summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2019-02-05 22:06:50 -0600
committerepoch <epoch@hacking.allowed.org>2019-02-05 22:06:50 -0600
commit7bfb38770dbbce06cef6208705fc7d28af561413 (patch)
tree180ee6edbb62604dfc82a1ff051eb989aff27bb6
parentfda612360aae6a3df9ff3bfb419d05b3c56503ee (diff)
downloadhackvr-7bfb38770dbbce06cef6208705fc7d28af561413.tar.gz
hackvr-7bfb38770dbbce06cef6208705fc7d28af561413.zip
squash! added physics.c
added physics shit
-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