diff options
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; |