summaryrefslogtreecommitdiff
path: root/include/objects.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2022-12-15 20:51:04 +0100
committerAldrik Ramaekers <aldrik@amftech.nl>2022-12-15 20:51:04 +0100
commit24a44e57ab9adbb353adac8b83c4441e7adb3751 (patch)
treeeeb3cfa750ec336012fa494673c814c20abf1a59 /include/objects.h
parentf646069ca3baab4021e85de2ba19ce5f57e204fd (diff)
work
Diffstat (limited to 'include/objects.h')
-rw-r--r--include/objects.h1
1 files changed, 1 insertions, 0 deletions
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);