summaryrefslogtreecommitdiff
path: root/src/entity.h
diff options
context:
space:
mode:
authorDrNuget <drnuget@outlook.com>2025-03-04 21:07:46 +0200
committerDrNuget <drnuget@outlook.com>2025-03-04 21:07:46 +0200
commitc23947247f76a519795e82c15c1ef01f4b4d58bc (patch)
treec071d59a677ff25ddd6283fac885e83a53110a8f /src/entity.h
parentde1c7a212835741946d562bc926a4287151c9ffb (diff)
some broken shitHEADmaster
Diffstat (limited to 'src/entity.h')
-rw-r--r--src/entity.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/entity.h b/src/entity.h
index 01705b1..0424275 100644
--- a/src/entity.h
+++ b/src/entity.h
@@ -3,8 +3,8 @@
#include <raylib.h>
typedef struct hitbox {
- Vector3* vertices;
- int num_vertices;
+ Vector3* boxes;
+ int num_boxes;
} Hitbox;
Hitbox createHitbox(Vector3* vertices);