From 1562dd67d16d328e919db28cfd48206c8c868fe4 Mon Sep 17 00:00:00 2001 From: BoredGuy Date: Sun, 31 Aug 2025 19:24:24 +0300 Subject: Added hitbox/hurtbox system - Made the entity struct much smaller --- include/physics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/physics.h') 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); -- cgit v1.2.3