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

Function ReadFileEx

TombEngine/Specific/level.cpp:1239–1245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1237}
1238
1239size_t ReadFileEx(void* ptr, size_t size, size_t count, FILE* stream)
1240{
1241 _lock_file(stream);
1242 size_t result = fread(ptr, size, count, stream);
1243 _unlock_file(stream);
1244 return result;
1245}
1246
1247void LoadSoundSources()
1248{

Callers 2

ReadCompressedBlockFunction · 0.85
LoadLevelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected