aboutsummaryrefslogtreecommitdiff
path: root/src/example/StartGameScript.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-12-20 12:52:15 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-12-20 12:52:15 +0100
commit6570bf598a3b3768fe34827529df5ea0b4b26f0e (patch)
tree863f6520fd13017dffa5e01ce6b0f60770b4c505 /src/example/StartGameScript.h
parent43c6971591aaff8ada4adc1b1b4146b19d43f8e9 (diff)
move game files
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;
-};