summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/Game.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-04-05 20:01:54 +0200
committerAki <please@ignore.pl>2022-04-05 20:01:54 +0200
commitba8aef4dc61489c9d21d98b5687246cb0739f485 (patch)
tree23b00d03e9942537e04a45a322b9fc0532cf7fe4 /StarsEx/Game.h
parentf65b3121cd0f0a68e17c0dba4069e66be2d904b4 (diff)
downloadstarshatter-ba8aef4dc61489c9d21d98b5687246cb0739f485.zip
starshatter-ba8aef4dc61489c9d21d98b5687246cb0739f485.tar.gz
starshatter-ba8aef4dc61489c9d21d98b5687246cb0739f485.tar.bz2
Removed overridden Run function of GameWinDX9
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();