From c326d6c5297667304cec5f78eede6e3c94163431 Mon Sep 17 00:00:00 2001 From: BoredGuy Date: Thu, 11 Sep 2025 22:10:05 +0300 Subject: A lot of stuff tbh - Added collision response to barrel - Transparency effects added --- include/physics.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/physics.h') diff --git a/include/physics.h b/include/physics.h index 5079293..29852fb 100644 --- a/include/physics.h +++ b/include/physics.h @@ -3,3 +3,4 @@ #include "game.h" void MoveAndStop(Entity* e, float dt); +void MoveWithoutPhysics(Entity* e, float dt); -- cgit v1.2.3