diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-15 20:51:04 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-15 20:51:04 +0100 |
| commit | 24a44e57ab9adbb353adac8b83c4441e7adb3751 (patch) | |
| tree | eeb3cfa750ec336012fa494673c814c20abf1a59 /include/objects.h | |
| parent | f646069ca3baab4021e85de2ba19ce5f57e204fd (diff) | |
work
Diffstat (limited to 'include/objects.h')
| -rw-r--r-- | include/objects.h | 1 |
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); |
