summaryrefslogtreecommitdiffstats
path: root/lib/simpleini/SimpleIni.h
Commit message (Collapse)AuthorAgeFilesLines
* Profile rewritten to boost. Read/write to ini should work.Zaba9992012-09-271-3370/+0
| | | | Load/Save should work.
* * Removed some warningserihel2012-09-221-9/+9
|
* warnings fight in progress.Zaba9992012-09-181-23/+23
|
* * changed 0, NULL to nullptrerihel2012-08-091-0/+3370
* 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