summaryrefslogtreecommitdiff
path: root/include/engine.h
diff options
context:
space:
mode:
authorpixel <pixel>2003-01-21 01:50:58 +0000
committerpixel <pixel>2003-01-21 01:50:58 +0000
commitcbb8340d3b139596e94f2caa3ca51577d8fa3d0e (patch)
treeb31bd1948b461e6f4bbd87394bede1ec2285f464 /include/engine.h
parentf953fad0ce8c3358659fb63e99e0798bc20c392e (diff)
Fixed a bit the SDL code...
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;
};