aboutsummaryrefslogtreecommitdiff
path: root/src/client/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/client.h')
-rw-r--r--src/client/client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/client.h b/src/client/client.h
index 44a0de719..5ed5c6e9a 100644
--- a/src/client/client.h
+++ b/src/client/client.h
@@ -38,6 +38,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "network/address.h"
#include "network/peerhandler.h"
#include "gameparams.h"
+#include "clientdynamicinfo.h"
#include <fstream>
#include "util/numeric.h"
@@ -251,6 +252,7 @@ public:
void sendRespawn();
void sendReady();
void sendHaveMedia(const std::vector<u32> &tokens);
+ void sendUpdateClientInfo(const ClientDynamicInfo &info);
ClientEnvironment& getEnv() { return m_env; }
ITextureSource *tsrc() { return getTextureSource(); }