diff options
author | Kyle K <kylek389@gmail.com> | 2010-10-13 23:50:16 -0500 |
---|---|---|
committer | Kamil Kaminski <kamilkss@gmail.com> | 2010-10-13 23:52:07 -0500 |
commit | 4836c389de45644b97a9e6769617921030301119 (patch) | |
tree | 39d5eadd19d26673c27bb3d45a4b39a594f2e345 /sdl/gltools.h | |
parent | 87b0bdb5e61472d33f4987d92d60c12cc21a6fe6 (diff) | |
download | GLPyramid-4836c389de45644b97a9e6769617921030301119.tar.gz GLPyramid-4836c389de45644b97a9e6769617921030301119.tar.bz2 GLPyramid-4836c389de45644b97a9e6769617921030301119.zip |
pyramid: moved code around
Diffstat (limited to 'sdl/gltools.h')
-rw-r--r-- | sdl/gltools.h | 3 |
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 |