From 1047bed569232312619122f56ee4a6b2a323cc1c Mon Sep 17 00:00:00 2001 From: esquizo Date: Thu, 21 May 2026 17:15:21 -0300 Subject: libphysics: update de um tick --- include/physics.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/physics.h') diff --git a/include/physics.h b/include/physics.h index 5c4f377..8ffa438 100644 --- a/include/physics.h +++ b/include/physics.h @@ -1,3 +1,5 @@ +#define PHX_TICK_TIME (1.0 / 480.0) + typedef int BodyID; typedef enum { @@ -25,3 +27,5 @@ void phxgetsize(BodyID, float size[2]); int phxnextcollevent(CollisionEvent *ev); void phxtick(float delta); + +void phxfixtick(void); -- cgit v1.2.3