mirror of https://github.com/AxioDL/metaforce.git
Updated Athena
This commit is contained in:
parent
5b88fa6af4
commit
181c17bdd5
|
@ -1 +1 @@
|
||||||
Subproject commit ffca1f18974293e9c59ebd01546c9910a22e3679
|
Subproject commit 8221d6e25a1bbfeef59a9b440752c566eb3bc871
|
|
@ -436,6 +436,8 @@ struct GX : IBackend
|
||||||
{reader.readUBytesToBuf(&num, 4);}
|
{reader.readUBytesToBuf(&num, 4);}
|
||||||
void write(Athena::io::IStreamWriter& writer) const
|
void write(Athena::io::IStreamWriter& writer) const
|
||||||
{writer.writeUBytes(reinterpret_cast<const atUint8*>(&num), 4);}
|
{writer.writeUBytes(reinterpret_cast<const atUint8*>(&num), 4);}
|
||||||
|
size_t binarySize(size_t __isz) const
|
||||||
|
{return __isz + 4;}
|
||||||
};
|
};
|
||||||
unsigned m_kcolorCount = 0;
|
unsigned m_kcolorCount = 0;
|
||||||
Color m_kcolors[4];
|
Color m_kcolors[4];
|
||||||
|
|
Loading…
Reference in New Issue