mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-13 18:37:37 +02:00
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.
1.4 KiB
1.4 KiB