diff --git a/uppsrc/Core/App.h b/uppsrc/Core/App.h index 1985a3b9b..1cddf60bd 100644 --- a/uppsrc/Core/App.h +++ b/uppsrc/Core/App.h @@ -26,6 +26,9 @@ String GetConfigFolder(); String ConfigFile(const char *file); String ConfigFile(); +void SetConfigGroup(const char *group); +String GetConfigGroup(); + const Vector& CommandLine(); const VectorMap& Environment();