diff options
Diffstat (limited to 'include/objects.h')
| -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; |
