summaryrefslogtreecommitdiff
path: root/commonTypes.h
diff options
context:
space:
mode:
authorJapa2010-05-11 11:36:51 +0000
committerJapa2010-05-11 11:36:51 +0000
commit969cafc8fe27a2b25b59dda98c07db77525ad18a (patch)
treed5d63bc3841c63da942490ab5f75757cfea140ed /commonTypes.h
parent6dcb13b554687b5621945c3dfdb498c7cda5cd3f (diff)
downloadstonesense-969cafc8fe27a2b25b59dda98c07db77525ad18a.tar.gz
stonesense-969cafc8fe27a2b25b59dda98c07db77525ad18a.tar.bz2
stonesense-969cafc8fe27a2b25b59dda98c07db77525ad18a.tar.xz
added a progress thingie in the titlebar when taking a large screenshot.
Diffstat (limited to 'commonTypes.h')
-rw-r--r--commonTypes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/commonTypes.h b/commonTypes.h
index 420b4ff..4eb8368 100644
--- a/commonTypes.h
+++ b/commonTypes.h
@@ -160,6 +160,8 @@ typedef struct {
bool spriteIndexOverlay;
bool creditScreen;
int currentSpriteOverlay;
+
+ bool showRenderStatus;
} GameConfiguration;