vrheights

view src/texman.h @ 15:ffb62c8db542

added missing makefile
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 30 Oct 2015 05:40:22 +0200
parents
children
line source
1 #ifndef TEXMAN_H_
2 #define TEXMAN_H_
4 unsigned int get_texture(const char *fname);
6 #endif