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 0bdccf533..5db6b9680 100644
--- a/src/net/bankhandler.h
+++ b/src/net/bankhandler.h
@@ -37,6 +37,8 @@ class BankHandler notfinal
virtual void deposit(const int money) const = 0;
virtual void withdraw(const int money) const = 0;
+
+ virtual void check() const = 0;
};
} // namespace Net