#pragma once #include <string> static std::string NORTHSTAR_FOLDER_PREFIX; void InitialiseNorthstarPrefix(); std::string GetNorthstarPrefix();