diff options
Diffstat (limited to 'include/physics.h')
| -rw-r--r-- | include/physics.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
