aboutsummaryrefslogtreecommitdiff
path: root/game/mainmenu/ShowStartScript.h
diff options
context:
space:
mode:
authorJAROWMR <jarorutjes07@gmail.com>2024-12-28 12:15:39 +0100
committerJAROWMR <jarorutjes07@gmail.com>2024-12-28 12:15:39 +0100
commitdeb1cd4732fb3a880cd10ce677e62fc2aac974a0 (patch)
tree28f02f1f4d88687688e9670c85f409c90bfc041d /game/mainmenu/ShowStartScript.h
parentf91eff6285f651f5c3e310927026f419e67657ab (diff)
interface scripts added
Diffstat (limited to 'game/mainmenu/ShowStartScript.h')
-rw-r--r--game/mainmenu/ShowStartScript.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/game/mainmenu/ShowStartScript.h b/game/mainmenu/ShowStartScript.h
index 4d8d894..27d9404 100644
--- a/game/mainmenu/ShowStartScript.h
+++ b/game/mainmenu/ShowStartScript.h
@@ -1,8 +1,8 @@
#pragma once
-#include "ShowScript.h"
+#include "IShowScript.h"
-class ShowStartScript : public ShowScript {
+class ShowStartScript : public IShowScript {
public:
void init() override;
void fixed_update(crepe::duration_t dt) override;