diff options
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h index a455213e9..ab5842678 100644 --- a/src/client.h +++ b/src/client.h @@ -542,6 +542,11 @@ private: // Send the item number 'item' as player item to the server void sendPlayerItem(u16 item); + void sendLegacyInit(const char* playerName, const char* playerPassword); + void sendDeletedBlocks(std::vector<v3s16> &blocks); + void sendGotBlocks(v3s16 block); + void sendRemovedSounds(std::vector<s32> &soundList); + float m_packetcounter_timer; float m_connection_reinit_timer; float m_avg_rtt_timer; |