fix: first initialize

This commit is contained in:
semenov
2025-09-18 12:55:26 +03:00
parent a2375700b1
commit ced8a5cc64
3 changed files with 45 additions and 34 deletions

View File

@@ -85,6 +85,9 @@ private:
SendSystem *sendSystem;
ServerLMSWidget *server;
void initClientType();
void packetTypeInit(PacketType packet, Client *client);
};
#endif // CLIENTHANDLER_H