summaryrefslogtreecommitdiff
path: root/commonTypes.h
diff options
context:
space:
mode:
authorJapa Illo2012-02-13 00:39:54 +0530
committerJapa Illo2012-02-13 00:39:54 +0530
commit78f13e7490e78098152af2c6771dc63b09808f46 (patch)
tree8921687f4cc073df00b35982303cb705ddee4fa0 /commonTypes.h
parent9e38e139ecce28e6bc316c05eccb28d411cae412 (diff)
downloadstonesense-78f13e7490e78098152af2c6771dc63b09808f46.tar.gz
stonesense-78f13e7490e78098152af2c6771dc63b09808f46.tar.bz2
stonesense-78f13e7490e78098152af2c6771dc63b09808f46.tar.xz
Added zoom. Still needs enhance.
Also fixed the motion blur. Signed-off-by: Japa Illo <japa.mala.illo@gmail.com>
Diffstat (limited to 'commonTypes.h')
-rw-r--r--commonTypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/commonTypes.h b/commonTypes.h
index a60aca8..a68b0ab 100644
--- a/commonTypes.h
+++ b/commonTypes.h
@@ -214,6 +214,7 @@ typedef struct {
int tilecount;
int zoom;
+ float scale;
} GameConfiguration;