diff options
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); |
