mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-13 12:09:19 -04:00
msg inline fixes, remove some fake jsystem inlines
This commit is contained in:
@@ -8,10 +8,6 @@
|
||||
struct JUTDataBlockHeader {
|
||||
/* 0x00 */ u32 mType;
|
||||
/* 0x04 */ u32 mSize;
|
||||
|
||||
const JUTDataBlockHeader* getNext() const { // fake inline
|
||||
return reinterpret_cast<const JUTDataBlockHeader*>(reinterpret_cast<const u8*>(this) + mSize);
|
||||
}
|
||||
};
|
||||
|
||||
struct JUTDataFileHeader { // actual struct name unknown
|
||||
|
||||
Reference in New Issue
Block a user