From 1021d32f7ccb9f3f10253934fd4e5202b7382b2d Mon Sep 17 00:00:00 2001 From: neoraider Date: Fri, 20 Oct 2006 12:57:05 +0000 Subject: Physik-Engine angefangen. Lightmaps implementiert. --- neofx/physics.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 neofx/physics.h (limited to 'neofx/physics.h') diff --git a/neofx/physics.h b/neofx/physics.h new file mode 100644 index 0000000..4eee4c9 --- /dev/null +++ b/neofx/physics.h @@ -0,0 +1,9 @@ +#ifndef NEOFX_PHYSICS_H +#define NEOFX_PHYSICS_H + +#include + +void SetGravitation(VECTOR); +void ApplyPhysics(OBJECT, float); + +#endif -- cgit v1.2.3