[hac-hb] Changed comments for IByteModel methods.

This commit is contained in:
jakcron 2018-10-18 20:53:28 +08:00
parent 362e558f7c
commit 25039c9e4d

View file

@ -41,7 +41,7 @@ namespace hac
bool operator==(const AssetHeader& other) const;
bool operator!=(const AssetHeader& other) const;
// export/import binary
// IByteModel
void toBytes();
void fromBytes(const byte_t* bytes, size_t len);
const fnd::Vec<byte_t>& getBytes() const;