diff options
author | BoredGuy <osome3717@gmail.com> | 2025-08-31 19:24:24 +0300 |
---|---|---|
committer | BoredGuy <osome3717@gmail.com> | 2025-08-31 19:24:24 +0300 |
commit | 1562dd67d16d328e919db28cfd48206c8c868fe4 (patch) | |
tree | fe8f78e9d94ae55ff3868739dc359dd4629f8441 /include/physics.h | |
parent | 8a7c25827624348ccd7a9ac8bf978e71117f8b75 (diff) |
Added hitbox/hurtbox system
- Made the entity struct much smaller
Diffstat (limited to 'include/physics.h')
-rw-r--r-- | include/physics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/physics.h b/include/physics.h index b393d08..8c50fb4 100644 --- a/include/physics.h +++ b/include/physics.h @@ -2,4 +2,4 @@ #include "game.h" -void MoveAndSlide(Entity* e, float dt);
\ No newline at end of file +void MoveAndSlide(Entity* e, float dt); |