From f9ede32a30a16a5078e51c6e959e275d9dbc7ad9 Mon Sep 17 00:00:00 2001 From: pixel Date: Wed, 9 Apr 2003 08:23:13 +0000 Subject: Aargh --- include/base.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include/base.h') diff --git a/include/base.h b/include/base.h index 25e914b..592d8d9 100644 --- a/include/base.h +++ b/include/base.h @@ -13,8 +13,9 @@ namespace mogltk { int GetHeight(void); virtual void Flip(void); SDL_Surface * getsurface(); - void Enter2DMode(); - void Leave2DMode(); + virtual void Enter2DMode(); + virtual void Leave2DMode(); + virtual bool is2D(); protected: base(int, int, int, int); void setsurface(SDL_Surface *) throw (GeneralException); -- cgit v1.2.3