1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

fix building launcher

This commit is contained in:
Andrey Filipenkov
2022-07-29 09:52:39 +03:00
parent cd4b68c034
commit ad256cd11f
6 changed files with 22 additions and 3 deletions

View File

@@ -51,6 +51,8 @@ static JsonMap VariantToMap(QVariantMap variant)
return map;
}
VCMI_LIB_NAMESPACE_BEGIN
namespace JsonUtils
{
@@ -123,3 +125,5 @@ void JsonToFile(QString filename, QVariant object)
}
}
VCMI_LIB_NAMESPACE_END