diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-12-24 13:33:15 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-12-24 13:33:15 +0100 |
| commit | 03930634b437dc390354accd30563050d681a08d (patch) | |
| tree | 94070275ab4f105eadba830e9d4ac79b8a32e2f1 /include | |
| parent | eefc69b2c3816ed4c97bf976b7373175b8e7343d (diff) | |
editor work
Diffstat (limited to 'include')
| -rw-r--r-- | include/objects.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/objects.h b/include/objects.h index 29e6db0..6ad5a10 100644 --- a/include/objects.h +++ b/include/objects.h @@ -26,9 +26,8 @@ typedef enum t_object_type { typedef struct t_object { bool active; - vec2f position; + vec3f position; vec3f size; - float h; object_type type; } object; |
