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

Function WCloseFile

Source/wave.cpp:4–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include "../3rdParty/Storm/Source/storm.h"
3
4DEVILUTION_BEGIN_NAMESPACE
5
6BOOL WCloseFile(HANDLE file)
7{
8 return SFileCloseFile(file);
9}
10
11LONG WGetFileSize(HANDLE hsFile, DWORD *lpFileSizeHigh, const char *FileName)
12{

Callers 5

sound_file_loadFunction · 0.85
GetPlrGFXSizeFunction · 0.85
LoadFileInMemFunction · 0.85
LoadFileWithMemFunction · 0.85
LoadPaletteFunction · 0.85

Calls 1

SFileCloseFileFunction · 0.85

Tested by

no test coverage detected