From 24a44e57ab9adbb353adac8b83c4441e7adb3751 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Thu, 15 Dec 2022 20:51:04 +0100 Subject: work --- 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 46d03ff..d819f82 100644 --- a/include/objects.h +++ b/include/objects.h @@ -31,6 +31,7 @@ typedef struct t_box { int max_objects = 150; object objects[150]; +object get_object_at_tile(float x, float y); void create_objects(); void draw_objects_at_row(platform_window* window, int row); box get_box_of_object(platform_window* window, object o); -- cgit v1.2.3-70-g09d2