aboutsummaryrefslogtreecommitdiff
path: root/src/physics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/physics.h')
-rw-r--r--src/physics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/physics.h b/src/physics.h
index b6db660..e1e3ffc 100644
--- a/src/physics.h
+++ b/src/physics.h
@@ -18,7 +18,7 @@
#include "types.h"
-extern void physics_step(Game *game, Uint32 t);
+extern void physics_step(Game *game, int dt);
#endif /* PHYSICS_H */