MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / readInt

Function readInt

TheForceEngine/TFE_Jedi/Level/rtexture.cpp:77–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 }
76
77 s32 readInt(const u8*& data)
78 {
79 s32 res = *((s32*)data);
80 data += 4;
81 return res;
82 }
83
84 void bitmap_setupAnimationTask()
85 {

Callers 2

bitmap_loadFunction · 0.85
bitmap_loadFromMemoryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected