aboutsummaryrefslogtreecommitdiff
path: root/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'map.h')
-rw-r--r--map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/map.h b/map.h
index 5b79195..79f5587 100644
--- a/map.h
+++ b/map.h
@@ -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