summaryrefslogtreecommitdiff
path: root/src/gui/windows/shopwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/windows/shopwindow.h')
-rw-r--r--src/gui/windows/shopwindow.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/windows/shopwindow.h b/src/gui/windows/shopwindow.h
index 313d3b4fb..8cf1cecd5 100644
--- a/src/gui/windows/shopwindow.h
+++ b/src/gui/windows/shopwindow.h
@@ -51,7 +51,9 @@ class ShopWindow final : public Window,
public SelectionListener,
public VendingModeListener,
public VendingSlotsListener,
+#ifdef EATHENA_SUPPORT
public BuyingStoreModeListener,
+#endif
public BuyingStoreSlotsListener
{
public:
@@ -151,7 +153,9 @@ class ShopWindow final : public Window,
void vendingEnabled(const bool b) override final;
+#ifdef EATHENA_SUPPORT
void buyingStoreEnabled(const bool b) override final;
+#endif
void setShopName(const std::string &name);