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