summaryrefslogtreecommitdiff
path: root/src/net/bankhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/bankhandler.h')
-rw-r--r--src/net/bankhandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/bankhandler.h b/src/net/bankhandler.h
index 406c5526b..0bdccf533 100644
--- a/src/net/bankhandler.h
+++ b/src/net/bankhandler.h
@@ -35,6 +35,8 @@ class BankHandler notfinal
{ }
virtual void deposit(const int money) const = 0;
+
+ virtual void withdraw(const int money) const = 0;
};
} // namespace Net