diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-27 09:05:33 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-27 09:05:33 +0100 |
| commit | d055cf69c8925e895cfcb726a4339f843f3ccfc1 (patch) | |
| tree | 895f6f7d22272810f7d350f1b5f9b5b2c7dddd30 /include/objects.h | |
| parent | 88fb94168c87dd8cc07e16cb988e0ea5c25bc202 (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 95e3739..50cd6f9 100644 --- a/include/objects.h +++ b/include/objects.h @@ -14,6 +14,7 @@ typedef struct t_object { vec2f position; vec3f size; float h; + image* image; } object; typedef struct t_box { |
