diff options
author | JAROWMR <jarorutjes07@gmail.com> | 2025-01-08 16:17:39 +0100 |
---|---|---|
committer | JAROWMR <jarorutjes07@gmail.com> | 2025-01-08 16:17:39 +0100 |
commit | 424da5eb1500d90389d939cd0b3e6e75d729578d (patch) | |
tree | 991094effc4a5261e5d2ab0771fdd38e95eca94f /game/menus/ButtonReplaySubScript.h | |
parent | e2f9c0bcaf22aa73689305faca70f2ec4682f55c (diff) |
delete replay
Diffstat (limited to 'game/menus/ButtonReplaySubScript.h')
-rw-r--r-- | game/menus/ButtonReplaySubScript.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/game/menus/ButtonReplaySubScript.h b/game/menus/ButtonReplaySubScript.h index bfc684d..3eb8aa9 100644 --- a/game/menus/ButtonReplaySubScript.h +++ b/game/menus/ButtonReplaySubScript.h @@ -4,6 +4,8 @@ #include <crepe/api/Script.h> +struct DeleteRecordingEvent : public crepe::Event {}; + class ButtonReplaySubScript : public IButtonScript { public: void init() override; @@ -12,6 +14,7 @@ public: private: crepe::recording_t recording = 0; bool set_recording(); + bool delete_recording(); protected: bool transition = false; |