Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
namespace 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_fgetc
Function · 0.80
tick
Method · 0.80
loadFile
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected