summaryrefslogtreecommitdiffstats
path: root/sdl/gltools.h
diff options
context:
space:
mode:
Diffstat (limited to 'sdl/gltools.h')
-rw-r--r--sdl/gltools.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sdl/gltools.h b/sdl/gltools.h
index b960abd..9d5b819 100644
--- a/sdl/gltools.h
+++ b/sdl/gltools.h
@@ -24,9 +24,10 @@ typedef struct
/* function prototypes */
GLint gltWriteTGA(const char *);
GLbyte *gltLoadTGA(const char *, GLint *, GLint *, GLint *, GLenum *);
+void gltDrawTriangle(void);
void gltDrawUnitAxes(void);
void gltDrawTorus(GLfloat, GLfloat, GLint, GLint);
-void DrawJet(int);
+void gltDrawJet(int);
#endif