diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-17 00:18:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-17 00:18:59 +0300 |
commit | 2ff6ba08013b00b8685e4c8f1f53d7f0ead172a7 (patch) | |
tree | 79bc1bcf24aabe80c7b6b7b7a140e469120d4d31 /src/net/auctionhandler.h | |
parent | 9b25edfe24395fdee2ad06c85a0f9c0a6117aaa8 (diff) | |
download | plus-2ff6ba08013b00b8685e4c8f1f53d7f0ead172a7.tar.gz plus-2ff6ba08013b00b8685e4c8f1f53d7f0ead172a7.tar.bz2 plus-2ff6ba08013b00b8685e4c8f1f53d7f0ead172a7.tar.xz plus-2ff6ba08013b00b8685e4c8f1f53d7f0ead172a7.zip |
Remove getter for auctionHandler.
Diffstat (limited to 'src/net/auctionhandler.h')
-rw-r--r-- | src/net/auctionhandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/auctionhandler.h b/src/net/auctionhandler.h index 24dc9a364..1432381d2 100644 --- a/src/net/auctionhandler.h +++ b/src/net/auctionhandler.h @@ -37,4 +37,6 @@ class AuctionHandler notfinal } // namespace Net +extern Net::AuctionHandler *auctionHandler; + #endif // NET_AUCTIONHANDLER_H |