stratgame

view common/src/datapath.h @ 2:369b51c9e4a8

foo
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 23 May 2012 07:25:43 +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_