Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheForceEngine/TheForceEngine
/ readUShort
Function
readUShort
TheForceEngine/TFE_Jedi/Level/rtexture.cpp:70–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
u16 readUShort(const u8*& data)
71
{
72
u16 res = *((u16*)data);
73
data += 2;
74
return res;
75
}
76
77
s32 readInt(const u8*& data)
78
{
Callers
2
bitmap_load
Function · 0.85
bitmap_loadFromMemory
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected