diff options
author | JAROWMR <jarorutjes07@gmail.com> | 2024-12-28 12:15:39 +0100 |
---|---|---|
committer | JAROWMR <jarorutjes07@gmail.com> | 2024-12-28 12:15:39 +0100 |
commit | deb1cd4732fb3a880cd10ce677e62fc2aac974a0 (patch) | |
tree | 28f02f1f4d88687688e9670c85f409c90bfc041d /game/mainmenu/ButtonScript.h | |
parent | f91eff6285f651f5c3e310927026f419e67657ab (diff) |
interface scripts added
Diffstat (limited to 'game/mainmenu/ButtonScript.h')
-rw-r--r-- | game/mainmenu/ButtonScript.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/game/mainmenu/ButtonScript.h b/game/mainmenu/ButtonScript.h deleted file mode 100644 index 96f52f4..0000000 --- a/game/mainmenu/ButtonScript.h +++ /dev/null @@ -1,11 +0,0 @@ -#pragma once - -#include <crepe/api/Script.h> - -class ButtonScript : public crepe::Script { -public: - bool on_button_press(const crepe::ButtonPressEvent& e); - bool on_button_enter(const crepe::ButtonEnterEvent& e); - bool on_button_exit(const crepe::ButtonExitEvent& e); - void init(); -}; |