From a099991354e31b55a0d0903ba5755f13aeb43824 Mon Sep 17 00:00:00 2001 From: pixel Date: Fri, 4 Apr 2003 16:31:03 +0000 Subject: Backport fixing --- include/base.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/base.h') diff --git a/include/base.h b/include/base.h index 4e4cd5a..25e914b 100644 --- a/include/base.h +++ b/include/base.h @@ -13,6 +13,8 @@ namespace mogltk { int GetHeight(void); virtual void Flip(void); SDL_Surface * getsurface(); + void Enter2DMode(); + void Leave2DMode(); protected: base(int, int, int, int); void setsurface(SDL_Surface *) throw (GeneralException); -- cgit v1.2.3