aboutsummaryrefslogtreecommitdiff
path: root/src/physics.h
diff options
context:
space:
mode:
authortaw27 <taw27@84d2e878-0bd5-11dd-ad15-13eda11d74c5>2008-05-16 16:54:55 +0000
committertaw27 <taw27@84d2e878-0bd5-11dd-ad15-13eda11d74c5>2008-05-16 16:54:55 +0000
commit0f5e2c1f67d6f9b7d6ee3dd55b8c7cd903881bd6 (patch)
tree4615062f7f0a4268d04c00196aa64381ae0f3e50 /src/physics.h
parent096e588e4f2e93e51a2791258f3e6c4a7f7a78ae (diff)
Reshuffle lots of things
Basic environment mapping stuff Remove OBJ file stuff git-svn-id: svn://cook.msm.cam.ac.uk:745/thrust3d/thrust3d@19 84d2e878-0bd5-11dd-ad15-13eda11d74c5
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 c1ead94..b6db660 100644
--- a/src/physics.h
+++ b/src/physics.h
@@ -18,7 +18,7 @@
#include "types.h"
-extern void physics_step(Game *game);
+extern void physics_step(Game *game, Uint32 t);
#endif /* PHYSICS_H */