summaryrefslogtreecommitdiffstats
path: root/lib/simpleini/simpleini.doxy
Commit message (Collapse)AuthorAgeFilesLines
* Profile rewritten to boost. Read/write to ini should work.Zaba9992012-09-271-1321/+0
| | | | Load/Save should work.
* * changed 0, NULL to nullptrerihel2012-08-091-0/+1321
* 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