dungeon_crawler

view prototype/src/datapath.h @ 73:67d330038629

ok fixed the dissapearing particle system. Had forgotten to disable TEXTURE_3D after color grading pass
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 21 Oct 2012 02:11:23 +0300
parents 252a00508411
children
line source
1 #ifndef DATAPATH_H_
2 #define DATAPATH_H_
4 #include <string>
6 void add_data_path(const char *path);
8 std::string datafile_path(const char *fname);
10 #endif // DATAPATH_H_