MCPcopy Create free account
hub / github.com/doldecomp/mkdd / BlockHeader

Class BlockHeader

include/JSystem/JUtility/JUTFont.h:142–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140};
141
142struct BlockHeader
143{
144 const BlockHeader *getNext() const { return reinterpret_cast<const BlockHeader *>(reinterpret_cast<const u8 *>(this) + this->mSize); }
145 inline static void advance(const BlockHeader **iterator)
146 {
147 *iterator = reinterpret_cast<const BlockHeader *>(reinterpret_cast<const u8 *>(*iterator) + (*iterator)->mSize);
148 }
149
150 u32 mMagic; // _00
151 u32 mSize; // _04
152};
153
154struct ResFONT
155{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected