istereo

annotate src/respath.h @ 34:634c7f7c1f0f

the text blur distance was too much man
author John Tsiombikas <nuclear@mutantstargoat.com>
date Fri, 09 Sep 2011 00:31:54 +0300
parents
children ff055bff6a15
rev   line source
nuclear@4 1 #ifndef RESPATH_H_
nuclear@4 2 #define RESPATH_H_
nuclear@4 3
nuclear@4 4 void add_resource_path(const char *path);
nuclear@4 5 char *find_resource(const char *fname, char *path, size_t sz);
nuclear@4 6
nuclear@4 7 #endif /* RESPATH_H_ */