From a72420a85fdfe85d6a6e67b8c70ed11537d532bd Mon Sep 17 00:00:00 2001 From: quou Date: Sat, 6 May 2023 20:30:58 +1000 Subject: Work on visual effects; Debris and player bullet impact effects. --- map.h | 1 + 1 file changed, 1 insertion(+) (limited to 'map.h') 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 -- cgit v1.2.3-54-g00ecf