MCPcopy Create free account
hub / github.com/Lovrom8/RSMods / InitializeConfiguration

Function InitializeConfiguration

DLL/ModManager.cpp:5–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3
4namespace 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.

Callers 1

MainThreadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected