MCPcopy Create free account
hub / github.com/TurningWheel/Barony / loadDefaultConfig

Function loadDefaultConfig

src/interface/interface.cpp:811–816  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

809}
810
811int loadDefaultConfig()
812{
813 char path[PATH_MAX];
814 completePath(path, "default.cfg", outputdir);
815 return loadConfig(path);
816}
817
818/*-------------------------------------------------------------------------------
819

Callers

nothing calls this directly

Calls 2

completePathFunction · 0.85
loadConfigFunction · 0.85

Tested by

no test coverage detected