stratgame

view common/src/datapath.h @ 3:8d95187cb3ee

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