summaryrefslogtreecommitdiff
path: root/include/engine.h
diff options
context:
space:
mode:
authorpixel <pixel>2006-02-09 17:04:57 +0000
committerpixel <pixel>2006-02-09 17:04:57 +0000
commite6a49b5d2d202a45c209d561cf353dd67fff9bdb (patch)
tree1c3426728b1763aa7cb927932a108d295e6c3c5c /include/engine.h
parent58d8064ce2beb470ed36ea6bf4b0ac5bed8d0079 (diff)
Better handling of SDL's RWops.
Diffstat (limited to 'include/engine.h')
-rw-r--r--include/engine.h4
1 files changed, 2 insertions, 2 deletions
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();