summaryrefslogtreecommitdiff
path: root/include/glbase.h
diff options
context:
space:
mode:
authorpixel <pixel>2002-12-09 08:45:30 +0000
committerpixel <pixel>2002-12-09 08:45:30 +0000
commit822bea0a87305675830b7038e138a1d2a988a904 (patch)
tree45069bbff9b7a8fdbd97d1ed04593dc59d489b3f /include/glbase.h
parent8125f1f4ee8215a4486acd514b1c96a2957fa809 (diff)
Bleh
Diffstat (limited to 'include/glbase.h')
-rw-r--r--include/glbase.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/glbase.h b/include/glbase.h
index 1852250..39c7493 100644
--- a/include/glbase.h
+++ b/include/glbase.h
@@ -16,10 +16,10 @@ namespace mogltk {
static void Leave2DMode(void);
static void Flip(void);
static bool is2D(void);
- static void glVertex(GLdouble, GLdouble, GLdouble = 0.0, GLdouble = 1.0);
- static void glVertex(GLfloat, GLfloat, GLfloat = 0.0, GLfloat = 1.0);
- static void glVertex(GLint, GLint, GLint = 0, GLint = 1);
static void glVertex(GLshort, GLshort, GLshort = 0, GLshort = 1);
+ static void glVertex(GLint, GLint, GLint = 0, GLint = 1);
+ static void glVertex(GLfloat, GLfloat, GLfloat = 0.0, GLfloat = 1.0);
+ static void glVertex(GLdouble, GLdouble, GLdouble = 0.0, GLdouble = 1.0);
private:
static int width, height, inited, twoD;
static SDL_Surface * surface;