labyrinth

view src/texture.h @ 5:c8826e5ebec1

- changed every data loading function to return dummy objects instead of failing - fixed mistake in AndroidManifest.xml
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 01 May 2015 05:58:41 +0300
parents
children
line source
1 #ifndef TEXTURE_H_
2 #define TEXTURE_H_
4 unsigned int load_texture(const char *fname);
6 #endif /* TEXTURE_H_ */