diff options
Diffstat (limited to 'src/map.h')
| -rw-r--r-- | src/map.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,12 +4,16 @@ #ifndef MAP_H #define MAP_H +#define MAP_ZOOM_MIN 1.0 +#define MAP_ZOOM_MAX 30.0 + typedef struct { Rectangle rect; Rectangle heightmapRect; float zoom; Vector2 playerPosition; float playerRotation; + bool isEnabled; bool isFullSize; } Map; |
