mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-08 02:54:56 -06:00
Core: SetConfigGroup/GetConfigGroup now public
git-svn-id: svn://ultimatepp.org/upp/trunk@15572 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
47a951be48
commit
6815e2a20a
1 changed files with 3 additions and 0 deletions
|
|
@ -26,6 +26,9 @@ String GetConfigFolder();
|
|||
String ConfigFile(const char *file);
|
||||
String ConfigFile();
|
||||
|
||||
void SetConfigGroup(const char *group);
|
||||
String GetConfigGroup();
|
||||
|
||||
|
||||
const Vector<String>& CommandLine();
|
||||
const VectorMap<String, String>& Environment();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue