#pragma once
#include <string>

static std::string NORTHSTAR_FOLDER_PREFIX;

std::string GetNorthstarPrefix();
void parseConfigurables();