Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheForceEngine/TheForceEngine
/ readByte
Function
readByte
TheForceEngine/TFE_Jedi/Level/rtexture.cpp:56–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
void textureAnimationTaskFunc(MessageType msg);
55
56
u8 readByte(const u8*& data)
57
{
58
u8 res = *data;
59
data++;
60
return res;
61
}
62
63
s16 readShort(const u8*& data)
64
{
Callers
2
bitmap_load
Function · 0.85
bitmap_loadFromMemory
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected