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

Function GetTempLevelNames

Source/loadsave.cpp:945–948  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

943}
944
945void GetTempLevelNames(char *szTemp)
946{
947 return GetLevelNames("temp", szTemp);
948}
949
950void GetPermLevelNames(char *szPerm)
951{

Callers 3

LevelFileExistsFunction · 0.85
SaveLevelFunction · 0.85
LoadLevelFunction · 0.85

Calls 1

GetLevelNamesFunction · 0.85

Tested by

no test coverage detected