MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / FileOpen

Function FileOpen

TombEngine/Specific/level.cpp:1390–1394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1388}
1389
1390FILE* FileOpen(const char* fileName)
1391{
1392 FILE* ptr = fopen(fileName, "rb");
1393 return ptr;
1394}
1395
1396void FileClose(FILE* ptr)
1397{

Callers 1

LoadLevelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected