aboutsummaryrefslogtreecommitdiff
path: root/game/menus/ButtonSetShopSubScript.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2025-01-08 09:55:31 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2025-01-08 09:55:31 +0100
commitad5fb53986fcc3f3b3c5369574e0f8e95051f3d9 (patch)
tree3766fe0cafa1e8ebac5a9ef809f6324cf10d6480 /game/menus/ButtonSetShopSubScript.h
parente75ca1c947f3cde19bebf15049732bc069c6e913 (diff)
`make format`
Diffstat (limited to 'game/menus/ButtonSetShopSubScript.h')
-rw-r--r--game/menus/ButtonSetShopSubScript.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/game/menus/ButtonSetShopSubScript.h b/game/menus/ButtonSetShopSubScript.h
index 64d0bf5..4017a4c 100644
--- a/game/menus/ButtonSetShopSubScript.h
+++ b/game/menus/ButtonSetShopSubScript.h
@@ -8,6 +8,7 @@ class ButtonSetShopSubScript : public IButtonScript {
public:
void init() override;
bool on_button_press(const crepe::ButtonPressEvent & e);
+
protected:
bool transition = false;
};