diff options
Diffstat (limited to 'src/game/GameView.h')
| -rw-r--r-- | src/game/GameView.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/GameView.h b/src/game/GameView.h index 3881795..ef35536 100644 --- a/src/game/GameView.h +++ b/src/game/GameView.h @@ -36,6 +36,7 @@ private: ui::Button * simulationOptionButton; ui::Button * displayModeButton; ui::Button * pauseButton; + ui::Point currentMouse; public: GameView(); void AttachController(GameController * _c){ c = _c; } |
