From 4836c389de45644b97a9e6769617921030301119 Mon Sep 17 00:00:00 2001 From: Kyle K Date: Wed, 13 Oct 2010 23:50:16 -0500 Subject: pyramid: moved code around --- sdl/gltools.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sdl/gltools.h') 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 -- cgit v1.2.3