summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/Game.h
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/Game.h')
-rw-r--r--StarsEx/Game.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/StarsEx/Game.h b/StarsEx/Game.h
index 7469657..6f0c58c 100644
--- a/StarsEx/Game.h
+++ b/StarsEx/Game.h
@@ -69,6 +69,7 @@ public:
bool Server() { return server; }
bool ShowMouse() { return show_mouse; }
+ virtual void PumpEvents();
virtual void GameLoop();
virtual void UpdateWorld();
virtual void GameState();