diff options
| author | Japa Illo | 2012-02-12 20:10:06 +0530 |
|---|---|---|
| committer | Japa Illo | 2012-02-12 20:10:06 +0530 |
| commit | bacf2e236949621328de78f4dedcbb7c13520c70 (patch) | |
| tree | fff672d5335927c927bb47d5ed50474d500658e5 /commonTypes.h | |
| parent | ae649681a9588beaedf24c3a7c454464d05edae5 (diff) | |
| download | stonesense-bacf2e236949621328de78f4dedcbb7c13520c70.tar.gz stonesense-bacf2e236949621328de78f4dedcbb7c13520c70.tar.bz2 stonesense-bacf2e236949621328de78f4dedcbb7c13520c70.tar.xz | |
started adding zoom functionality.
Diffstat (limited to 'commonTypes.h')
| -rw-r--r-- | commonTypes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/commonTypes.h b/commonTypes.h index 16e3374..8ecc2db 100644 --- a/commonTypes.h +++ b/commonTypes.h @@ -212,6 +212,8 @@ typedef struct { int drawcount;
int tilecount;
+
+ int zoom;
} GameConfiguration;
|
