diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-15 12:59:19 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-15 12:59:19 +0100 |
| commit | 7b956089e6ba5162fb0b667f1c0a60f6ece90c38 (patch) | |
| tree | 82de31240ad1f1ae77874f07b288fcc39b8948f4 /include/objects.h | |
| parent | 23d2cc231e5b4c015a8471d3035dc07802de23d5 (diff) | |
added drops
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 b7c14b3..04f434b 100644 --- a/include/objects.h +++ b/include/objects.h @@ -34,5 +34,6 @@ object objects[150]; 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); #endif
\ No newline at end of file |
