Configmanager now works with list. Use getValues for list. Configmanager is able to save into a file now.
18 lines
337 B
XML
18 lines
337 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<config>
|
|
<Bool>1</Bool>
|
|
<Int>42</Int>
|
|
<Float>3.1416</Float>
|
|
<String>Hello World!</String>
|
|
|
|
<source>
|
|
<SourcePath>data</SourcePath>
|
|
<HeaderSearchPaths>
|
|
<HeaderSearchPath>data/</HeaderSearchPath>
|
|
<HeaderSearchPath>src/</HeaderSearchPath>
|
|
</HeaderSearchPaths>
|
|
|
|
</source>
|
|
</config>
|
|
|