dungeon_crawler

diff prototype/src/datapath.h @ 5:252a00508411

more stuff
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 12 Aug 2012 07:07:57 +0300
parents
children 7f52d6310317
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/prototype/src/datapath.h	Sun Aug 12 07:07:57 2012 +0300
     1.3 @@ -0,0 +1,8 @@
     1.4 +#ifndef DATAPATH_H_
     1.5 +#define DATAPATH_H_
     1.6 +
     1.7 +void add_data_path(const char *path);
     1.8 +
     1.9 +const char *datafile_path(const char *fname);
    1.10 +
    1.11 +#endif	// DATAPATH_H_