summaryrefslogtreecommitdiff
path: root/src/game/GameController.h
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2012-10-21 00:06:38 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-10-26 14:16:05 (GMT)
commite773abdcc89c1f7cc09cce39c6d4b30eaa6fd69e (patch)
treeb55cf02aa43d5e0e789716893f8f0883ab7f41c7 /src/game/GameController.h
parent3ad7cf4539ee1e4cd7b700200722cfd39c9006bc (diff)
downloadpowder-e773abdcc89c1f7cc09cce39c6d4b30eaa6fd69e.zip
powder-e773abdcc89c1f7cc09cce39c6d4b30eaa6fd69e.tar.gz
Ctrl + G gravity grid toggle
Diffstat (limited to 'src/game/GameController.h')
-rw-r--r--src/game/GameController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/GameController.h b/src/game/GameController.h
index 2ac8bea..4c7a8c9 100644
--- a/src/game/GameController.h
+++ b/src/game/GameController.h
@@ -94,6 +94,7 @@ public:
void SetPaused();
void SetDecoration(bool decorationState);
void SetDecoration();
+ void ShowGravityGrid();
void SetActiveMenu(Menu * menu);
void SetActiveTool(int toolSelection, Tool * tool);
void SetActiveColourPreset(int preset);