summaryrefslogtreecommitdiffstats
path: root/neofx/physics.h
diff options
context:
space:
mode:
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