goat3dgfx

annotate src/datapath.h @ 9:25b911c7c35c

fixed some line endings fixed the cubemap2.jpg file in examples/cubemap/data which was resized improperly causing seams...
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 18 Nov 2013 04:10:19 +0200
parents
children 7d6b667821cf
rev   line source
nuclear@0 1 #ifndef DATAPATH_H_
nuclear@0 2 #define DATAPATH_H_
nuclear@0 3
nuclear@0 4 #include <string>
nuclear@0 5
nuclear@0 6 void add_data_path(const char *path);
nuclear@0 7
nuclear@0 8 std::string datafile_path(const char *fname);
nuclear@0 9
nuclear@0 10 #endif // DATAPATH_H_