diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-04-15 02:22:08 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-04-15 02:23:20 +0200 |
commit | bc5148354f6ad777ed9ba2988bd0547b16956102 (patch) | |
tree | e688f5f1ca70dd6da6a08527bf49a8021046bae1 /Games/Minesweeper/Field.h | |
parent | 37c27e2e39e4f862574aca44076c5693c1befdad (diff) | |
download | serenity-bc5148354f6ad777ed9ba2988bd0547b16956102.zip |
LibCore: Add a CConfigFile class, a simple INI file parser.
You open the configuration for an app like so:
auto config = CConfigFile::get_for_app("MyApp");
This will then open ~/MyApp.ini and parse it for you.
Immediately start using it in Minesweeper to load the field size and mine
count from a config file.
Diffstat (limited to 'Games/Minesweeper/Field.h')
0 files changed, 0 insertions, 0 deletions