Config: Add layers CommandLine and CurrentRun

This commit is contained in:
MerryMage
2017-05-13 23:34:49 +01:00
parent 41afe78a44
commit 1e766ab490
3 changed files with 10 additions and 0 deletions

View File

@ -40,6 +40,7 @@ void Save();
void Init();
void Shutdown();
void ClearCurrentRunLayer();
const std::string& GetSystemName(System system);
System GetSystemFromName(const std::string& system);