aboutsummaryrefslogtreecommitdiff
path: root/src/example/StartGameScript.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/example/StartGameScript.h')
-rw-r--r--src/example/StartGameScript.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/example/StartGameScript.h b/src/example/StartGameScript.h
deleted file mode 100644
index ad62e1a..0000000
--- a/src/example/StartGameScript.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#pragma once
-
-#include <crepe/api/Script.h>
-
-class StartGameScript : public crepe::Script {
-public:
- void fixed_update(crepe::duration_t dt);
-
-private:
- bool created_hole = false;
- bool took_jetpack = false;
-};