Preparing admin functions in PokerTH client.

This commit is contained in:
lotodore
2013-02-24 16:22:51 +01:00
parent 6d85adf7e2
commit 883ccdcf44
13 changed files with 77 additions and 15 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ public:
NetPacket(PokerTHMessage *msg);
~NetPacket();
static boost::shared_ptr<NetPacket> Create(char *data, size_t dataSize);
static boost::shared_ptr<NetPacket> Create(const char *data, size_t dataSize);
const PokerTHMessage *GetMsg() const {
return m_msg;