aboutsummaryrefslogtreecommitdiff
path: root/src/example/PlayerScript.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/example/PlayerScript.h')
-rw-r--r--src/example/PlayerScript.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/example/PlayerScript.h b/src/example/PlayerScript.h
deleted file mode 100644
index 84c4f7f..0000000
--- a/src/example/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);
-};