Add simple settings system. Write an ini file in %appdata% if current working folder is not accessible. Exemple of setting in code ```c++ // Category, Name, Default Value, Min, Max Setting<int> s_oMyInt("General", "My int", 0, 0, 10);