diff options
| author | esquizo <esquizo+noreply@esquizo.net> | 2026-05-21 17:15:21 -0300 |
|---|---|---|
| committer | esquizo <esquizo+noreply@esquizo.net> | 2026-05-21 17:15:40 -0300 |
| commit | 1047bed569232312619122f56ee4a6b2a323cc1c (patch) | |
| tree | 205107433012bb44df614a59b03a82384ec13188 /include/physics.h | |
| parent | fb31105dcd1298c95d4a1eaf494c0aefa5e9be95 (diff) | |
libphysics: update de um tick
Diffstat (limited to 'include/physics.h')
| -rw-r--r-- | include/physics.h | 4 |
1 files changed, 4 insertions, 0 deletions
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); |
