istereo

view src/tex.h @ 15:32503603eb7d

ah!
author John Tsiombikas <nuclear@mutantstargoat.com>
date Wed, 07 Sep 2011 09:17:15 +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_ */