diff options
author | heavydemon21 <48092678+heavydemon21@users.noreply.github.com> | 2025-01-10 14:44:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-10 14:44:59 +0100 |
commit | 798237b661e8e49284e78ffb1a16599cf6a46a6d (patch) | |
tree | 8f4881cf4abc58774625383620cf82fa55b9d1f0 /game/menus/shop/Shopconfig.h | |
parent | bb2db93bfb8dd7e080d2708548eae660e6b33913 (diff) | |
parent | d1cebcca2018ed4ef47ad125e45aafd018a2ab2e (diff) |
Merge pull request #125 from lonkaars/niels/game
missile alerts
Diffstat (limited to 'game/menus/shop/Shopconfig.h')
-rw-r--r-- | game/menus/shop/Shopconfig.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/game/menus/shop/Shopconfig.h b/game/menus/shop/Shopconfig.h index 04c8c5c..a686242 100644 --- a/game/menus/shop/Shopconfig.h +++ b/game/menus/shop/Shopconfig.h @@ -7,10 +7,8 @@ static constexpr const char * SELECT_BULLET = "SELECT_BULLET"; static constexpr const char * BUY_BUBBLE = "BUY_BUBBLE"; static constexpr const char * SELECT_BUBBLE = "SELECT_BUBBLE"; - //save_data static constexpr const char * BUY_BULLET_SAVE = "BUY_BULLET_SAVE"; static constexpr const char * BUY_BUBBLE_SAVE = "BUY_BUBBLE_SAVE"; - struct ShopUpdate : public crepe::Event {}; |