1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-02 00:10:22 +02:00

Fix iOS build

This commit is contained in:
Ivan Savenko 2024-10-10 12:38:32 +00:00
parent 77cd08d66a
commit 15ad0440f7

View File

@ -13,6 +13,8 @@
#include "../json/JsonNode.h"
VCMI_LIB_NAMESPACE_BEGIN
struct DLL_LINKAGE SaveLocalState : public CPackForServer
{
JsonNode data;
@ -25,3 +27,5 @@ struct DLL_LINKAGE SaveLocalState : public CPackForServer
h & data;
}
};
VCMI_LIB_NAMESPACE_END