diff options
Diffstat (limited to 'src/core/netclient.h')
-rw-r--r-- | src/core/netclient.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/netclient.h b/src/core/netclient.h index 04234da..f06f7c5 100644 --- a/src/core/netclient.h +++ b/src/core/netclient.h @@ -46,7 +46,9 @@ private: std::string client_host; int client_port; Player client_player; - + + std::string sendq; + std::string messageblock; std::deque<std::string> recvq; }; |