diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/engine.h | 1 |
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; }; |