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

Function ReadBytes

TombEngine/Specific/level.cpp:176–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176void ReadBytes(void* dest, int count)
177{
178 memcpy(dest, CurrentDataPtr, count);
179 CurrentDataPtr += count;
180}
181
182long long ReadLEB128(bool sign)
183{

Callers 6

LoadObjectsFunction · 0.85
LoadCamerasFunction · 0.85
LoadTexturesFunction · 0.85
LoadRoomsFunction · 0.85
LoadSamplesFunction · 0.85
LoadBoxesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected