dungeon_crawler

annotate prototype/src/datapath.h @ 45:dfd3a413ef9e

particle system 1
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 12 Sep 2012 06:04:20 +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_