diff options
-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 |