vrheights

view src/texman.h @ 10:3e6757655fe2

fixed climbing stairs
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 03 Oct 2014 21:27:58 +0300
parents
children
line source
1 #ifndef TEXMAN_H_
2 #define TEXMAN_H_
4 unsigned int get_texture(const char *fname);
6 #endif