summaryrefslogtreecommitdiff
path: root/src/game/GameController.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-08-31 18:39:11 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-08-31 18:39:11 (GMT)
commit493a32a1b28f15cf02bb69c3735b9a411448c523 (patch)
tree838b39db197c1f9cab5740703bb03f9b24702c56 /src/game/GameController.h
parent322d224fa7a1d5f155c87596bb2f5927989e9933 (diff)
downloadpowder-493a32a1b28f15cf02bb69c3735b9a411448c523.zip
powder-493a32a1b28f15cf02bb69c3735b9a411448c523.tar.gz
Some Lua interface API stuff
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 ea24bb2..af3f1bf 100644
--- a/src/game/GameController.h
+++ b/src/game/GameController.h
@@ -31,6 +31,7 @@ class GameController: public ClientListener
{
private:
//Simulation * sim;
+ bool firstTick;
int screenshotIndex;
PreviewController * activePreview;
GameView * gameView;