diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-12-25 21:30:31 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-12-25 21:30:31 +0100 |
| commit | f04e0a86210aef19d646e3561798347649661d0b (patch) | |
| tree | e59f2c5f0c212a80c1810c1a65dbfd1a7abe2d04 /include/objects.h | |
| parent | 655ad2a85235a215dbcdf1753bdcccaa2308b529 (diff) | |
editor work
Diffstat (limited to 'include/objects.h')
| -rw-r--r-- | include/objects.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/objects.h b/include/objects.h index 74cfcf0..2d91bab 100644 --- a/include/objects.h +++ b/include/objects.h @@ -53,6 +53,8 @@ object object_dict[OBJECT_END] = { }; object get_object_at_tile(float x, float y); +object* get_pobject_at_tile(float x, float y); +object* get_object_at_tile_from_mapfile(float x, float y); void create_objects(); void add_object(object obj); void draw_objects(platform_window* window); |
