MCPcopy Create free account
hub / github.com/diasurgical/DevilutionX / SetConfigPath

Function SetConfigPath

Source/utils/paths.cpp:162–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162void SetConfigPath(const std::string &path)
163{
164 configPath = path;
165 AddTrailingSlash(*configPath);
166}
167
168void SetAssetsPath(const std::string &path)
169{

Callers 2

RunTimedemoFunction · 0.85
DiabloParseFlagsFunction · 0.85

Calls 1

AddTrailingSlashFunction · 0.85

Tested by 1

RunTimedemoFunction · 0.68