From 1ac44d4ec6b6b51fefe6ca50ef82d5d2fc1f6dfb Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sun, 18 Dec 2022 11:24:42 +0100 Subject: wall items --- include/objects.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/objects.h') diff --git a/include/objects.h b/include/objects.h index d819f82..95e3739 100644 --- a/include/objects.h +++ b/include/objects.h @@ -36,5 +36,6 @@ void create_objects(); void draw_objects_at_row(platform_window* window, int row); box get_box_of_object(platform_window* window, object o); void render_quad_with_outline(vec2f tl, vec2f tr, vec2f bl, vec2f br, color c); +void render_box_with_outline(box box, color c); #endif \ No newline at end of file -- cgit v1.2.3-70-g09d2