summaryrefslogtreecommitdiff
path: root/src/game/GameController.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-02-02 11:55:43 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-02-02 11:55:43 (GMT)
commit6641f1d54196a2193b258d3e76e2cca6ad3258b1 (patch)
tree9d7c812af9c5f3def4d5e73dc49d6e85add27fd9 /src/game/GameController.h
parentf5dd32b284fd311dd58070b6f431ec535fa93387 (diff)
downloadpowder-6641f1d54196a2193b258d3e76e2cca6ad3258b1.zip
powder-6641f1d54196a2193b258d3e76e2cca6ad3258b1.tar.gz
Frame stepping
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 84af343..0e70371 100644
--- a/src/game/GameController.h
+++ b/src/game/GameController.h
@@ -60,6 +60,7 @@ public:
void Vote(int direction);
void ChangeBrush();
void ShowConsole();
+ void FrameStep();
ui::Point PointTranslate(ui::Point point);
};