diff options
Diffstat (limited to 'src/map.h')
| -rw-r--r-- | src/map.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -14,9 +14,11 @@ typedef struct { Vector2 playerPosition; bool isEnabled; bool isFullSize; + + Texture heightmap; } Map; -void initMap(Map* map, const Settings* settings); +void initMap(Map* map, const World* world, const Settings* settings); void updateMap(Map* map, Game* game); void closeMap(Map* map); |
