summaryrefslogtreecommitdiff
path: root/include/engine.h
diff options
context:
space:
mode:
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();