vrheights

view src/texman.h @ 14:25cab9e20c9c

mesh vbos
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 09 Oct 2014 01:29:28 +0300
parents
children
line source
1 #ifndef TEXMAN_H_
2 #define TEXMAN_H_
4 unsigned int get_texture(const char *fname);
6 #endif