diff options
Diffstat (limited to 'src/net/tmwa/tradehandler.h')
-rw-r--r-- | src/net/tmwa/tradehandler.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/tmwa/tradehandler.h b/src/net/tmwa/tradehandler.h index 801c03b7..443d763a 100644 --- a/src/net/tmwa/tradehandler.h +++ b/src/net/tmwa/tradehandler.h @@ -51,6 +51,9 @@ class TradeHandler : public MessageHandler, public Net::TradeHandler void finish(); void cancel(); + + private: + bool mTrading; }; } // namespace TmwAthena |