summaryrefslogtreecommitdiff
path: root/include/physics.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/physics.h')
-rw-r--r--include/physics.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/physics.h b/include/physics.h
new file mode 100644
index 0000000..b393d08
--- /dev/null
+++ b/include/physics.h
@@ -0,0 +1,5 @@
+#pragma once
+
+#include "game.h"
+
+void MoveAndSlide(Entity* e, float dt); \ No newline at end of file