summaryrefslogtreecommitdiffstats
path: root/neofx/physics.h
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2006-10-20 14:57:05 +0200
committerneoraider <devnull@localhost>2006-10-20 14:57:05 +0200
commit1021d32f7ccb9f3f10253934fd4e5202b7382b2d (patch)
tree61dd0e93d0171a5fcc8b0fe854a2f50df52652d5 /neofx/physics.h
parentf5ef6536cc243acd39bf563c3d9064d1908483b3 (diff)
downloadlibneofx-1021d32f7ccb9f3f10253934fd4e5202b7382b2d.tar
libneofx-1021d32f7ccb9f3f10253934fd4e5202b7382b2d.zip
Physik-Engine angefangen.
Lightmaps implementiert.
Diffstat (limited to 'neofx/physics.h')
-rw-r--r--neofx/physics.h9
1 files changed, 9 insertions, 0 deletions
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 <neofx/types.h>
+
+void SetGravitation(VECTOR);
+void ApplyPhysics(OBJECT, float);
+
+#endif