diff options
| author | JAROWMR <jarorutjes07@gmail.com> | 2024-12-28 12:36:26 +0100 |
|---|---|---|
| committer | JAROWMR <jarorutjes07@gmail.com> | 2024-12-28 12:36:26 +0100 |
| commit | 6a3063e6012bae44457b668ce48c48b8af90a95d (patch) | |
| tree | 98d676fbda6bb1851e5efdaa10d97fcbf84ed837 /game/mainmenu/ShowStartScript.h | |
| parent | deb1cd4732fb3a880cd10ce677e62fc2aac974a0 (diff) | |
improved naming
Diffstat (limited to 'game/mainmenu/ShowStartScript.h')
| -rw-r--r-- | game/mainmenu/ShowStartScript.h | 10 |
1 files changed, 0 insertions, 10 deletions
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; -}; |