]> git.lizzy.rs Git - minetest.git/blobdiff - src/client/client.h
Add minetest.get_player_window_information() (#12367)
[minetest.git] / src / client / client.h
index 44a0de719d7ae68b729cb1694db57bbe3edeb36d..5ed5c6e9a28a2f77bd50c3429c0d160810ae4b52 100644 (file)
@@ -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 @@ class Client : public con::PeerHandler, public InventoryManager, public IGameDef
        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(); }