Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1390
FILE* FileOpen(const char* fileName)
1391
{
1392
FILE* ptr = fopen(fileName,
"rb"
);
1393
return ptr;
1394
}
1395
1396
void FileClose(FILE* ptr)
1397
{
Callers
1
LoadLevel
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected