summaryrefslogtreecommitdiffstats
path: root/sdl/gltools.h
diff options
context:
space:
mode:
Diffstat (limited to 'sdl/gltools.h')
-rw-r--r--sdl/gltools.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sdl/gltools.h b/sdl/gltools.h
index 608b8aa..f7cc44d 100644
--- a/sdl/gltools.h
+++ b/sdl/gltools.h
@@ -22,6 +22,7 @@ typedef struct
#pragma pack()
/* function prototypes */
+GLuint gltLoadTGATexture(const char *);
void gltListExtensions(void);
void gltOpenGLInfo(void);
GLboolean gltQueryExtension(const char *);