Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
818
BOOL SFileSetBasePath(char *path)
819
{
820
strncpy(SBasePath, path, DVL_MAX_PATH);
821
return true;
822
}
823
824
BOOL SFileEnableDirectAccess(BOOL enable)
825
{
Callers
1
init.cpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected