0ad/source/ape/ext/tex_.h
Ben 101e6d4fa0 First commit of APE files
This was SVN commit r478.
2004-06-11 03:11:26 +00:00

8 lines
125 B
C
Executable File

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