mDocumentManager.setResourceDir(mResources=variables["resources"].as<Files::MaybeQuotedPath>().u8string());// This call to u8string is redundant, but required to build on MSVC 14.26 due to implementation bugs.
Files::PathContainer::value_typelocal(variables["data-local"].as<Files::MaybeQuotedPathContainer::value_type>().u8string());// This call to u8string is redundant, but required to build on MSVC 14.26 due to implementation bugs.
Version::Versionv=Version::getOpenmwVersion(variables["resources"].as<Files::MaybeQuotedPath>().u8string());// This call to u8string is redundant, but required to build on MSVC 14.26 due to implementation bugs.
Version::Versionv=Version::getOpenmwVersion(variables["resources"].as<Files::MaybeQuotedPath>().u8string());// This call to u8string is redundant, but required to build on MSVC 14.26 due to implementation bugs.
Files::PathContainer::value_typelocal(variables["data-local"].as<Files::MaybeQuotedPathContainer::value_type>().u8string());// This call to u8string is redundant, but required to build on MSVC 14.26 due to implementation bugs.
engine.setResourceDir(variables["resources"].as<Files::MaybeQuotedPath>().u8string());// This call to u8string is redundant, but required to build on MSVC 14.26 due to implementation bugs.
mUserDataPath=variables["user-data"].as<Files::MaybeQuotedPath>().u8string();// This call to u8string is redundant, but required to build on MSVC 14.26 due to implementation bugs.