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