mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-13 01:59:14 +03:00
bc5148354f
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. |
||
---|---|---|
.. | ||
.gitignore | ||
Field.cpp | ||
Field.h | ||
main.cpp | ||
Makefile |