vrheights

annotate src/texman.h @ 16:7f6d68d95c22

updated to new version of goatvr
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 30 Oct 2015 06:34:31 +0200
parents
children
rev   line source
nuclear@8 1 #ifndef TEXMAN_H_
nuclear@8 2 #define TEXMAN_H_
nuclear@8 3
nuclear@8 4 unsigned int get_texture(const char *fname);
nuclear@8 5
nuclear@8 6 #endif