From 05b3214cc4af88977e09163ce8e3b6cc7256cebe Mon Sep 17 00:00:00 2001 From: pixel Date: Wed, 25 Dec 2002 02:36:16 +0000 Subject: Added SDL_RWops things --- include/engine.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/engine.h') diff --git a/include/engine.h b/include/engine.h index 7df7e9f..6925b5f 100644 --- a/include/engine.h +++ b/include/engine.h @@ -1,6 +1,8 @@ #ifndef __ENGINE_H__ #define __ENGINE_H__ +#include +#include #include namespace mogltk { @@ -8,6 +10,7 @@ namespace mogltk { public: static int setup() throw(GeneralException); static int GetInited(); + static SDL_RWops * RWFromHandle(Handle *) throw (GeneralException); private: static int inited; }; -- cgit v1.2.3