aboutsummaryrefslogtreecommitdiff
path: root/game/PlayerScript.h
diff options
context:
space:
mode:
authorWBoerenkamps <wrj.boerenkamps@student.avans.nl>2025-01-06 15:27:44 +0100
committerWBoerenkamps <wrj.boerenkamps@student.avans.nl>2025-01-06 15:27:44 +0100
commitceb41b7ae7e2734af954364b319fc0b6f2a86c2f (patch)
treef7544f5f68236be02eb96a7d381bce9ad41845dc /game/PlayerScript.h
parente9cba1baee564d835b8a3473a9cb146825f56732 (diff)
parent77d02bf2e2d5d04e8cacb3c783446541517e8e76 (diff)
Merge branch 'master' of https://github.com/lonkaars/crepe into wouter/enemyAI
Diffstat (limited to 'game/PlayerScript.h')
-rw-r--r--game/PlayerScript.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/game/PlayerScript.h b/game/PlayerScript.h
deleted file mode 100644
index 84c4f7f..0000000
--- a/game/PlayerScript.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#pragma once
-
-#include <crepe/api/Script.h>
-
-class PlayerScript : public crepe::Script {
-public:
- void fixed_update(crepe::duration_t dt);
-};