Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
JSI_VFS::PathRestriction Namespace Reference

Variables

constexpr std::array< std::wstring_view, 8 > GUI
 
constexpr std::array< std::wstring_view, 1 > SIMULATION {L"simulation/"sv}
 
constexpr std::array< std::wstring_view, 2 > MAPS {L"simulation/"sv, L"maps/"sv}
 

Variable Documentation

◆ GUI

constexpr std::array<std::wstring_view, 8> JSI_VFS::PathRestriction::GUI
constexpr
Initial value:
{L"gui/"sv, L"simulation/"sv, L"maps/"sv, L"campaigns/"sv,
L"saves/campaigns/"sv, L"config/matchsettings.json"sv, L"config/matchsettings.mp.json"sv,
L"moddata"sv}

◆ MAPS

constexpr std::array<std::wstring_view, 2> JSI_VFS::PathRestriction::MAPS {L"simulation/"sv, L"maps/"sv}
constexpr

◆ SIMULATION

constexpr std::array<std::wstring_view, 1> JSI_VFS::PathRestriction::SIMULATION {L"simulation/"sv}
constexpr