dungeon_crawler

view prototype/src/datapath.h @ 51:d57df51f6b50

- fixed audio panning (listener direction) - particles had no fog - sound sources were not destroyed properly
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 18 Sep 2012 09:40:56 +0300
parents
children 7f52d6310317
line source
1 #ifndef DATAPATH_H_
2 #define DATAPATH_H_
4 void add_data_path(const char *path);
6 const char *datafile_path(const char *fname);
8 #endif // DATAPATH_H_