diff options
author | pixel <pixel> | 2002-11-15 23:58:57 +0000 |
---|---|---|
committer | pixel <pixel> | 2002-11-15 23:58:57 +0000 |
commit | d99f7dd959709b7a9e8cba23b88a216a6970209c (patch) | |
tree | 9e74abdec626b44ceb845239f8ed93f239946445 /includes/glbase.h | |
parent | 028c7dcfa9f1920d5fa2e573790bef40c4076275 (diff) |
Bleh
Diffstat (limited to 'includes/glbase.h')
-rw-r--r-- | includes/glbase.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |