summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/physics.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/physics.h b/src/physics.h
new file mode 100644
index 0000000..e17a7a8
--- /dev/null
+++ b/src/physics.h
@@ -0,0 +1,6 @@
+#ifndef _HACKVR_PHYSICS_H_
+#define _HACKVR_PHYSICS_H_
+
+int apply_physics();
+
+#endif