mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 17:04:55 +00:00
More ScriptLoader imps
This commit is contained in:
@@ -29,6 +29,11 @@ struct SObjectTag
|
||||
in.readBytesToBuf(&type, 4);
|
||||
id = in.readUint32Big();
|
||||
}
|
||||
void readMLVL(CInputStream& in)
|
||||
{
|
||||
id = in.readUint32Big();
|
||||
in.readBytesToBuf(&type, 4);
|
||||
}
|
||||
};
|
||||
|
||||
using TUniqueId = s16;
|
||||
|
||||
Reference in New Issue
Block a user