summaryrefslogtreecommitdiff
path: root/include/engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/engine.h')
-rw-r--r--include/engine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/engine.h b/include/engine.h
index 6925b5f..d739bde 100644
--- a/include/engine.h
+++ b/include/engine.h
@@ -11,6 +11,7 @@ namespace mogltk {
static int setup() throw(GeneralException);
static int GetInited();
static SDL_RWops * RWFromHandle(Handle *) throw (GeneralException);
+ static void pollevents();
private:
static int inited;
};