diff options
Diffstat (limited to 'map.h')
-rw-r--r-- | map.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,5 +17,6 @@ typedef struct { void init_map(Map* map, struct World* world); void render_map(Map* map, int cx, int cy); +void get_map_bitmap(Map* map, Bitmap* bitmap); #endif |