summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/Game.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-04-07 00:01:35 +0200
committerAki <please@ignore.pl>2022-04-07 00:01:35 +0200
commitfa8ad06c603036f224ce406c38c6fd44b2cd0deb (patch)
tree197857b116a3f7a6710167772f23bb275fd4e460 /StarsEx/Game.h
parent2b8fa926eb8badc2f7e6716e4bdcdb2456216b8f (diff)
downloadstarshatter-fa8ad06c603036f224ce406c38c6fd44b2cd0deb.zip
starshatter-fa8ad06c603036f224ce406c38c6fd44b2cd0deb.tar.gz
starshatter-fa8ad06c603036f224ce406c38c6fd44b2cd0deb.tar.bz2
Removed ShowMouse from Game
Diffstat (limited to 'StarsEx/Game.h')
-rw-r--r--StarsEx/Game.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/StarsEx/Game.h b/StarsEx/Game.h
index 9e589c2..8a9caa8 100644
--- a/StarsEx/Game.h
+++ b/StarsEx/Game.h
@@ -59,7 +59,6 @@ public:
bool Active() { return active; }
bool Paused() { return paused; }
virtual bool Server() { return false; }
- bool ShowMouse() { return show_mouse; }
virtual void PumpEvents();
virtual void GameLoop();
@@ -76,7 +75,6 @@ protected:
bool active;
bool paused;
- bool show_mouse;
DWORD frame_number;
private: