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