stratgame

view common/src/datapath.h @ 5:2e38715de41b

terrain
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 27 May 2012 07:00:48 +0300
parents
children
line source
1 #ifndef DATAPATH_H_
2 #define DATAPATH_H_
4 void reset_data_path();
5 void push_data_path();
6 void pop_data_path();
8 void add_data_path(const char *path);
10 bool find_file(const char *fname, char *path);
12 #endif // DATAPATH_H_