From d99f7dd959709b7a9e8cba23b88a216a6970209c Mon Sep 17 00:00:00 2001 From: pixel Date: Fri, 15 Nov 2002 23:58:57 +0000 Subject: Bleh --- includes/glbase.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'includes/glbase.h') diff --git a/includes/glbase.h b/includes/glbase.h index 78272eb..f8f0ae6 100644 --- a/includes/glbase.h +++ b/includes/glbase.h @@ -13,6 +13,8 @@ namespace mogltk { static int GetInited(void); static void Enter2DMode(void); static void Leave2DMode(void); + static void Flip(void); + static bool is2D(void); private: static int width, height, inited, twoD; static SDL_Surface * surface; -- cgit v1.2.3