1
0
Fork 0

Allow environment strings to change config settings.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@789
This commit is contained in:
Sjoerd van der Berg 2003-03-24 11:25:13 +00:00
parent d4b640d29e
commit 4922e42ab1

View file

@ -179,7 +179,8 @@ public:
void StartUp();
void PrintConfig(const char* configfilename);
void ParseConfigFile(const char* configfilename);
void ParseEnv(char ** envp);
std::list<Section*> sectionlist;
typedef std::list<Section*>::iterator it;
typedef std::list<Section*>::reverse_iterator reverse_it;