summaryrefslogtreecommitdiff
path: root/src/net/tmwa/bankhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/bankhandler.h')
-rw-r--r--src/net/tmwa/bankhandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/tmwa/bankhandler.h b/src/net/tmwa/bankhandler.h
index 6b3c9e505..6829d3608 100644
--- a/src/net/tmwa/bankhandler.h
+++ b/src/net/tmwa/bankhandler.h
@@ -45,6 +45,8 @@ class BankHandler final : public MessageHandler,
void withdraw(const int money) const override final;
void check() const override final;
+
+ void open() const override final;
};
} // namespace TmwAthena