dungeon_crawler

view prototype/src/datapath.h @ 75:b05ab29cd17d

color grading done
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 22 Oct 2012 03:55:00 +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_