From 7fc9c6dfbef57331c8b5eae0943f3fe95f2e63e1 Mon Sep 17 00:00:00 2001 From: pixel Date: Sun, 13 Apr 2003 12:44:14 +0000 Subject: Removing Baltisot from there --- includes/glbase.h | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 includes/glbase.h (limited to 'includes/glbase.h') diff --git a/includes/glbase.h b/includes/glbase.h deleted file mode 100644 index f8f0ae6..0000000 --- a/includes/glbase.h +++ /dev/null @@ -1,24 +0,0 @@ -#ifndef __GLBASE_H__ -#define __GLBASE_H__ - -#include -#include "Exceptions.h" - -namespace mogltk { - class glbase : public Base { - public: - static int setup(int w = 640, int h = 480, int flags = 0) throw(GeneralException); - static int GetWidth(void); - static int GetHeight(void); - static int GetInited(void); - static void Enter2DMode(void); - static void Leave2DMode(void); - static void Flip(void); - static bool is2D(void); - private: - static int width, height, inited, twoD; - static SDL_Surface * surface; - }; -}; - -#endif -- cgit v1.2.3