1
0
forked from 0ad/0ad
0ad/source/tools/ape/ext/tex_.h

8 lines
125 B
C

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