MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / read16

Method read16

Dependencies/soloud/src/core/soloud_file.cpp:42–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 }
41
42 unsigned int File::read16()
43 {
44 unsigned short d = 0;
45 read((unsigned char*)&d, 2);
46 return d;
47 }
48
49 unsigned int File::read32()
50 {

Callers 2

loadFileMethod · 0.80
loadFileMethod · 0.80

Calls 1

readFunction · 0.85

Tested by

no test coverage detected