diff options
Diffstat (limited to 'game/menus/ButtonSetShopScript.h')
-rw-r--r-- | game/menus/ButtonSetShopScript.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/game/menus/ButtonSetShopScript.h b/game/menus/ButtonSetShopScript.h index 51db928..434abc0 100644 --- a/game/menus/ButtonSetShopScript.h +++ b/game/menus/ButtonSetShopScript.h @@ -1,6 +1,7 @@ #pragma once #include "IButtonScript.h" + #include <crepe/api/Script.h> class ButtonSetShopScript : public IButtonScript { |