diff options
Diffstat (limited to 'include/base.h')
-rw-r--r-- | include/base.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <SDL.h> -#include <SDL_opengl.h> #include <Exceptions.h> 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); |