From 25039c9e4d151c2d31e223f7b71323f8c02ac093 Mon Sep 17 00:00:00 2001 From: jakcron Date: Thu, 18 Oct 2018 20:53:28 +0800 Subject: [PATCH] [hac-hb] Changed comments for IByteModel methods. --- lib/libhac-hb/include/nn/hac/AssetHeader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libhac-hb/include/nn/hac/AssetHeader.h b/lib/libhac-hb/include/nn/hac/AssetHeader.h index cefb78e..7cf8254 100644 --- a/lib/libhac-hb/include/nn/hac/AssetHeader.h +++ b/lib/libhac-hb/include/nn/hac/AssetHeader.h @@ -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& getBytes() const;