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

Function SFileHasFile

3rdParty/StormLib/src/SFileOpenFileEx.cpp:375–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373// szFileName - Name of file to look for
374
375bool STORMAPI SFileHasFile(HANDLE hMpq, const char * szFileName)
376{
377 return SFileOpenFileEx(hMpq, szFileName, SFILE_OPEN_CHECK_EXISTS, NULL);
378}
379
380//-----------------------------------------------------------------------------
381// bool STORMAPI SFileCloseFile(HANDLE hFile);

Callers

nothing calls this directly

Calls 1

SFileOpenFileExFunction · 0.85

Tested by

no test coverage detected