0ad/source/ape/ext/tex_.h

8 lines
125 B
C
Raw Normal View History

#ifndef __TEX_H__
#define __TEX_H__
#include <GL/gl.h>
int tex_load(char *filename, unsigned int *id);
#endif // __TEX_H__