We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Add simple settings system. Write an ini file in %appdata% if current working folder is not accessible.
Exemple of setting in code
// Category, Name, Default Value, Min, Max Setting<int> s_oMyInt("General", "My int", 0, 0, 10);