dungeon_crawler
annotate 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 |
rev | line source |
---|---|
nuclear@5 | 1 #ifndef DATAPATH_H_ |
nuclear@5 | 2 #define DATAPATH_H_ |
nuclear@5 | 3 |
nuclear@63 | 4 #include <string> |
nuclear@63 | 5 |
nuclear@5 | 6 void add_data_path(const char *path); |
nuclear@5 | 7 |
nuclear@63 | 8 std::string datafile_path(const char *fname); |
nuclear@5 | 9 |
nuclear@5 | 10 #endif // DATAPATH_H_ |