stratgame

annotate 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
rev   line source
nuclear@2 1 #ifndef DATAPATH_H_
nuclear@2 2 #define DATAPATH_H_
nuclear@2 3
nuclear@2 4 void reset_data_path();
nuclear@2 5 void push_data_path();
nuclear@2 6 void pop_data_path();
nuclear@2 7
nuclear@2 8 void add_data_path(const char *path);
nuclear@2 9
nuclear@2 10 bool find_file(const char *fname, char *path);
nuclear@2 11
nuclear@2 12 #endif // DATAPATH_H_