diff options
author | pixel <pixel> | 2003-01-21 01:50:58 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-01-21 01:50:58 +0000 |
commit | cbb8340d3b139596e94f2caa3ca51577d8fa3d0e (patch) | |
tree | b31bd1948b461e6f4bbd87394bede1ec2285f464 /include | |
parent | f953fad0ce8c3358659fb63e99e0798bc20c392e (diff) |
Fixed a bit the SDL code...
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; }; |