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

Function mpqapi_has_file

Source/mpqapi.cpp:611–614  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

609}
610
611BOOL mpqapi_has_file(const char *pszName)
612{
613 return FetchHandle(pszName) != -1;
614}
615
616BOOL OpenMPQ(const char *pszArchive, DWORD dwChar)
617{

Callers 2

GetPermLevelNamesFunction · 0.85

Calls 1

FetchHandleFunction · 0.85

Tested by

no test coverage detected