vrheights

view src/texman.h @ 12:cb97ea43709b

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