summaryrefslogtreecommitdiff
path: root/include/base.h
diff options
context:
space:
mode:
authorpixel <pixel>2003-04-04 16:31:03 +0000
committerpixel <pixel>2003-04-04 16:31:03 +0000
commita099991354e31b55a0d0903ba5755f13aeb43824 (patch)
tree3c4e3d9b2265857f4f18de4418ec0012bceffaaf /include/base.h
parentfeba563611f39efe4f71cf09347d5aa9cd13ada6 (diff)
Backport fixing
Diffstat (limited to 'include/base.h')
-rw-r--r--include/base.h2
1 files changed, 2 insertions, 0 deletions
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);