mirror of
https://github.com/jakcron/nstool
synced 2024-11-15 02:06:40 +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;
|
||||||
bool operator!=(const AssetHeader& other) const;
|
bool operator!=(const AssetHeader& other) const;
|
||||||
|
|
||||||
// export/import binary
|
// IByteModel
|
||||||
void toBytes();
|
void toBytes();
|
||||||
void fromBytes(const byte_t* bytes, size_t len);
|
void fromBytes(const byte_t* bytes, size_t len);
|
||||||
const fnd::Vec<byte_t>& getBytes() const;
|
const fnd::Vec<byte_t>& getBytes() const;
|
||||||
|
|
Loading…
Reference in a new issue