From 541c00c93fcd98f766cce661aa83ef4ffe713e57 Mon Sep 17 00:00:00 2001 From: pixel Date: Fri, 28 Mar 2003 12:30:26 +0000 Subject: First part of the backend separation --- include/base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/base.h') diff --git a/include/base.h b/include/base.h index 65326bc..4e4cd5a 100644 --- a/include/base.h +++ b/include/base.h @@ -2,7 +2,6 @@ #define __BASE_H__ #include -#include #include namespace mogltk { @@ -13,6 +12,7 @@ namespace mogltk { int GetWidth(void); int GetHeight(void); virtual void Flip(void); + SDL_Surface * getsurface(); protected: base(int, int, int, int); void setsurface(SDL_Surface *) throw (GeneralException); -- cgit v1.2.3