istereo

diff src/respath.h @ 4:14bbdfcb9030

resource path find code
author John Tsiombikas <nuclear@mutantstargoat.com>
date Wed, 07 Sep 2011 06:25:05 +0300
parents
children ff055bff6a15
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/respath.h	Wed Sep 07 06:25:05 2011 +0300
     1.3 @@ -0,0 +1,7 @@
     1.4 +#ifndef RESPATH_H_
     1.5 +#define RESPATH_H_
     1.6 +
     1.7 +void add_resource_path(const char *path);
     1.8 +char *find_resource(const char *fname, char *path, size_t sz);
     1.9 +
    1.10 +#endif	/* RESPATH_H_ */