diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-16 21:03:40 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-16 21:03:40 (GMT) |
| commit | edad8f46af6cf2403c2ffa77ecfa138ae1b9f8d9 (patch) | |
| tree | 94ac1023a0241e27176d63aabee26fd1b876e08b /src/game/GameController.h | |
| parent | f19c7f62c77f6a3e8f5728e015166b0c625f5f67 (diff) | |
| download | powder-edad8f46af6cf2403c2ffa77ecfa138ae1b9f8d9.zip powder-edad8f46af6cf2403c2ffa77ecfa138ae1b9f8d9.tar.gz | |
Undo/Snapshots, fixes #118
Diffstat (limited to 'src/game/GameController.h')
| -rw-r--r-- | src/game/GameController.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/GameController.h b/src/game/GameController.h index c6d41b5..625ab60 100644 --- a/src/game/GameController.h +++ b/src/game/GameController.h @@ -69,6 +69,9 @@ public: void Install(); + void HistoryRestore(); + void HistorySnapshot(); + void AdjustGridSize(int direction); void InvertAirSim(); void LoadRenderPreset(RenderPreset preset); |
