feat: load to server block

This commit is contained in:
semenov
2025-01-17 16:47:22 +03:00
parent 4b9ee1738a
commit 91a4b04f05
11 changed files with 99 additions and 17 deletions

View File

@@ -61,5 +61,7 @@ private:
void packetTypeInit(PacketType packet,Client *client);
void packetTypeInit(PacketType type);
QString createFullPath(QString path);
bool checkIsChangeable();
bool checkNonStaticData(QString path);
};
#endif // RECOGNIZESYSTEM_H