2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-05 07:55:52 +00:00
This commit is contained in:
Phillip Stephens 2016-04-12 03:53:40 -07:00
commit 497ad50fa6

View File

@ -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);