mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-05 07:55:52 +00:00
Merge branch 'master' of https://github.com/AxioDL/urde
This commit is contained in:
commit
497ad50fa6
@ -19,8 +19,12 @@ enum class EAnimFormat
|
||||
};
|
||||
|
||||
class CAnimFormatUnion
|
||||
{
|
||||
union
|
||||
{
|
||||
EAnimFormat x0_format;
|
||||
intptr_t _align = 0;
|
||||
};
|
||||
u8 x4_storage[sizeof(CAnimSource)];
|
||||
static void SubConstruct(u8* storage, EAnimFormat fmt,
|
||||
CInputStream& in, IObjectStore& store);
|
||||
|
Loading…
x
Reference in New Issue
Block a user