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