summaryrefslogtreecommitdiff
path: root/include/base.h
diff options
context:
space:
mode:
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);