mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-09 20:56:54 +00:00
3d26549032
This was SVN commit r3802.
8 lines
125 B
C
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__
|