diff options
author | epoch <epoch@hacking.allowed.org> | 2019-02-05 22:06:50 -0600 |
---|---|---|
committer | epoch <epoch@hacking.allowed.org> | 2019-02-05 22:06:50 -0600 |
commit | 7bfb38770dbbce06cef6208705fc7d28af561413 (patch) | |
tree | 180ee6edbb62604dfc82a1ff051eb989aff27bb6 | |
parent | fda612360aae6a3df9ff3bfb419d05b3c56503ee (diff) | |
download | hackvr-7bfb38770dbbce06cef6208705fc7d28af561413.tar.gz hackvr-7bfb38770dbbce06cef6208705fc7d28af561413.zip |
squash! added physics.c
added physics shit
-rw-r--r-- | src/physics.h | 6 |
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 |