2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 15:44:56 +00:00

Updated Athena

This commit is contained in:
Jack Andersen
2015-10-17 18:08:31 -10:00
parent 5b88fa6af4
commit 181c17bdd5
2 changed files with 3 additions and 1 deletions

2
hecl/extern/Athena vendored

Submodule hecl/extern/Athena updated: ffca1f1897...8221d6e25a

View File

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