MCPcopy Create free account
hub / github.com/diasurgical/devilution / SFileSetBasePath

Function SFileSetBasePath

SourceX/storm/storm.cpp:818–822  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

816}
817
818BOOL SFileSetBasePath(char *path)
819{
820 strncpy(SBasePath, path, DVL_MAX_PATH);
821 return true;
822}
823
824BOOL SFileEnableDirectAccess(BOOL enable)
825{

Callers 1

init.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected