dungeon_crawler

annotate prototype/src/datapath.h @ 58:0d4061b1e6a1

changed the level a bit to indicate where there should be lights I need to scrap all this asap
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 21 Sep 2012 05:27:28 +0300
parents
children 7f52d6310317
rev   line source
nuclear@5 1 #ifndef DATAPATH_H_
nuclear@5 2 #define DATAPATH_H_
nuclear@5 3
nuclear@5 4 void add_data_path(const char *path);
nuclear@5 5
nuclear@5 6 const char *datafile_path(const char *fname);
nuclear@5 7
nuclear@5 8 #endif // DATAPATH_H_