summaryrefslogtreecommitdiff
path: root/commonTypes.h
diff options
context:
space:
mode:
authorJapa2011-07-15 18:52:08 +0000
committerJapa2011-07-15 18:52:08 +0000
commit4ee55769c03396a7b0b997afc625f61d15d31e6f (patch)
tree10a0ced7c432c16f072d11d24f222cbdd570db64 /commonTypes.h
parent053e3dafbb59c27d8464aded9d1942ac7d7c35b8 (diff)
downloadstonesense-4ee55769c03396a7b0b997afc625f61d15d31e6f.tar.gz
stonesense-4ee55769c03396a7b0b997afc625f61d15d31e6f.tar.bz2
stonesense-4ee55769c03396a7b0b997afc625f61d15d31e6f.tar.xz
Added a few debug things.
Diffstat (limited to 'commonTypes.h')
-rw-r--r--commonTypes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/commonTypes.h b/commonTypes.h
index 0fb1863..9d86f6f 100644
--- a/commonTypes.h
+++ b/commonTypes.h
@@ -206,6 +206,9 @@ typedef struct {
bool threadstarted;
bool threading_enable;
+
+ int drawcount;
+ int tilecount;
} GameConfiguration;