1
0
forked from 0ad/0ad
0ad/source/tools/ape/ext/tex_.h
Ykkrosh ec3452679c Restructuring
This was SVN commit r1453.
2004-12-05 17:59:29 +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__