summaryrefslogtreecommitdiff
path: root/src/net/tmwa/bankhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/bankhandler.cpp')
-rw-r--r--src/net/tmwa/bankhandler.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/tmwa/bankhandler.cpp b/src/net/tmwa/bankhandler.cpp
index a76fd1e86..beff54da4 100644
--- a/src/net/tmwa/bankhandler.cpp
+++ b/src/net/tmwa/bankhandler.cpp
@@ -42,4 +42,8 @@ void BankHandler::handleMessage(Net::MessageIn &msg A_UNUSED)
{
}
+void BankHandler::deposit(const int money A_UNUSED) const
+{
+}
+
} // namespace TmwAthena