From 7bfb38770dbbce06cef6208705fc7d28af561413 Mon Sep 17 00:00:00 2001 From: epoch Date: Tue, 5 Feb 2019 22:06:50 -0600 Subject: squash! added physics.c added physics shit --- src/physics.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/physics.h (limited to 'src') 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 -- cgit v1.2.3