mirror of
https://github.com/jakcron/nstool
synced 2024-11-14 09:46:39 +00:00
[hac-hb] Changed comments for IByteModel methods.
This commit is contained in:
parent
362e558f7c
commit
25039c9e4d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue