summaryrefslogtreecommitdiffstats
path: root/lib/simpleini/testsi-UTF8.ini
Commit message (Collapse)AuthorAgeFilesLines
* Profile rewritten to boost. Read/write to ini should work.Zaba9992012-09-271-50/+0
| | | | Load/Save should work.
* * changed 0, NULL to nullptrerihel2012-08-091-0/+50
* changed profile.cpp to use SimpleIni to load config files * added new CProfile singleton class for loading config * added SimpleIni to lib/ dir * added config loading tests