summaryrefslogtreecommitdiff
path: root/include/objects.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2023-12-24 13:33:15 +0100
committerAldrik Ramaekers <aldrik@amftech.nl>2023-12-24 13:33:15 +0100
commit03930634b437dc390354accd30563050d681a08d (patch)
tree94070275ab4f105eadba830e9d4ac79b8a32e2f1 /include/objects.h
parenteefc69b2c3816ed4c97bf976b7373175b8e7343d (diff)
editor work
Diffstat (limited to 'include/objects.h')
-rw-r--r--include/objects.h3
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;