vrheights

diff src/texman.h @ 8:3f221bdc9bab

mesh loading walk polys
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 03 Oct 2014 04:16:16 +0300
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/texman.h	Fri Oct 03 04:16:16 2014 +0300
     1.3 @@ -0,0 +1,6 @@
     1.4 +#ifndef TEXMAN_H_
     1.5 +#define TEXMAN_H_
     1.6 +
     1.7 +unsigned int get_texture(const char *fname);
     1.8 +
     1.9 +#endif