From e6a49b5d2d202a45c209d561cf353dd67fff9bdb Mon Sep 17 00:00:00 2001 From: pixel Date: Thu, 9 Feb 2006 17:04:57 +0000 Subject: Better handling of SDL's RWops. --- include/engine.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/engine.h') diff --git a/include/engine.h b/include/engine.h index 9d597b2..0d4afbc 100644 --- a/include/engine.h +++ b/include/engine.h @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: engine.h,v 1.21 2005-12-01 13:48:12 pixel Exp $ */ +/* $Id: engine.h,v 1.22 2006-02-09 17:04:57 pixel Exp $ */ #ifndef __ENGINE_H__ #define __ENGINE_H__ @@ -53,7 +53,7 @@ namespace mogltk { static int setup() throw(GeneralException); static int postsetup() throw(GeneralException); static int GetInited(); - static SDL_RWops * RWFromHandle(Handle *) throw (GeneralException); + static SDL_RWops * RWFromHandle(Handle *, bool = false) throw (GeneralException); static void pollevents() throw (GeneralException); static void setappactive(bool); static bool getappactive(); -- cgit v1.2.3