| 3 | |
| 4 | namespace ModManager { |
| 5 | void InitializeConfiguration() { |
| 6 | if (!(std::ifstream("RSMods.ini"))) { |
| 7 | std::ofstream RSModsFileOutput("RSMods.ini"); |
| 8 | RSModsFileOutput.close(); |
| 9 | } |
| 10 | } |
| 11 | |
| 12 | /// <summary> |
| 13 | /// Applies bug prevention patches for game crashing bugs and similar issues. |