istereo

diff src/tex.h @ 14:b39d8607f4bb

added textures
author John Tsiombikas <nuclear@mutantstargoat.com>
date Wed, 07 Sep 2011 09:03:51 +0300
parents
children 20a9d3db38cb
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/tex.h	Wed Sep 07 09:03:51 2011 +0300
     1.3 @@ -0,0 +1,6 @@
     1.4 +#ifndef TEX_H_
     1.5 +#define TEX_H_
     1.6 +
     1.7 +unsigned int load_texture(const char *fname);
     1.8 +
     1.9 +#endif	/* TEX_H_ */