aboutsummaryrefslogtreecommitdiff
path: root/game/PlayerScript.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2025-01-07 09:43:53 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2025-01-07 09:43:53 +0100
commit743cdd5b2fe175605352c337396c3d70dac66247 (patch)
tree538c9713403f8746d629448190dc69305a15e82a /game/PlayerScript.h
parent8620f57f7101b2090add89330e74854b77161d3f (diff)
roll back player controller
Diffstat (limited to 'game/PlayerScript.h')
-rw-r--r--game/PlayerScript.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/game/PlayerScript.h b/game/PlayerScript.h
new file mode 100644
index 0000000..84c4f7f
--- /dev/null
+++ b/game/PlayerScript.h
@@ -0,0 +1,8 @@
+#pragma once
+
+#include <crepe/api/Script.h>
+
+class PlayerScript : public crepe::Script {
+public:
+ void fixed_update(crepe::duration_t dt);
+};