From 6a3063e6012bae44457b668ce48c48b8af90a95d Mon Sep 17 00:00:00 2001 From: JAROWMR Date: Sat, 28 Dec 2024 12:36:26 +0100 Subject: improved naming --- game/mainmenu/ShowStartScript.h | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 game/mainmenu/ShowStartScript.h (limited to 'game/mainmenu/ShowStartScript.h') diff --git a/game/mainmenu/ShowStartScript.h b/game/mainmenu/ShowStartScript.h deleted file mode 100644 index 27d9404..0000000 --- a/game/mainmenu/ShowStartScript.h +++ /dev/null @@ -1,10 +0,0 @@ -#pragma once - -#include "IShowScript.h" - -class ShowStartScript : public IShowScript { -public: - void init() override; - void fixed_update(crepe::duration_t dt) override; - const char* get_scene_name() const override; -}; -- cgit v1.2.3