MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / read8

Method read8

extlibs/soloud/src/core/soloud_file.cpp:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33namespace SoLoud
34{
35 unsigned int File::read8()
36 {
37 unsigned char d = 0;
38 read((unsigned char*)&d, 1);
39 return d;
40 }
41
42 unsigned int File::read16()
43 {

Callers 3

Soloud_Filehack_fgetcFunction · 0.80
tickMethod · 0.80
loadFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected