mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-19 14:53:56 -07:00
8 lines
No EOL
125 B
C
8 lines
No EOL
125 B
C
#ifndef __TEX_H__
|
|
#define __TEX_H__
|
|
|
|
#include <GL/gl.h>
|
|
|
|
int tex_load(char *filename, unsigned int *id);
|
|
|
|
#endif // __TEX_H__
|