istereo

view src/respath.h @ 25:206348366635

trying to figure out why the textures are looking crappy on ipod
author John Tsiombikas <nuclear@mutantstargoat.com>
date Thu, 08 Sep 2011 04:23:56 +0300
parents
children ff055bff6a15
line source
1 #ifndef RESPATH_H_
2 #define RESPATH_H_
4 void add_resource_path(const char *path);
5 char *find_resource(const char *fname, char *path, size_t sz);
7 #endif /* RESPATH_H_ */