summaryrefslogtreecommitdiff
path: root/include/engine.h
diff options
context:
space:
mode:
authorpixel <pixel>2003-12-22 23:58:23 +0000
committerpixel <pixel>2003-12-22 23:58:23 +0000
commitaa73772b1c58fed81f22972f4a22b4fbfa8e3ce2 (patch)
treed4a1a4090ac997162ddfd9215d43b01a5a61a9e7 /include/engine.h
parent8c80d85f8f61f649767cc936cccbc44572d9693d (diff)
Whoops, bug fix
Diffstat (limited to 'include/engine.h')
-rw-r--r--include/engine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/engine.h b/include/engine.h
index 6bd2697..8634f6a 100644
--- a/include/engine.h
+++ b/include/engine.h
@@ -20,7 +20,7 @@ namespace mogltk {
static int postsetup() throw(GeneralException);
static int GetInited();
static SDL_RWops * RWFromHandle(Handle *) throw (GeneralException);
- static void pollevents();
+ static void pollevents() throw (GeneralException);
static void setappactive(bool);
static bool getappactive();
static void setcursorvisible(bool);