istereo

view 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 source
1 #ifndef TEX_H_
2 #define TEX_H_
4 unsigned int load_texture(const char *fname);
6 #endif /* TEX_H_ */