refine some BB structures

This commit is contained in:
Martin Michelsen
2023-10-29 10:42:57 -07:00
parent 1ca3d3b27f
commit 025fc154d4
9 changed files with 155 additions and 115 deletions
+9
View File
@@ -180,3 +180,12 @@ Image PSOGCSnapshotFile::decode_image() const {
}
return ret;
}
void PSOBBGuildCardFile::Entry::clear() {
this->data.clear();
this->unknown_a1.clear(0);
}
uint32_t PSOBBGuildCardFile::checksum() const {
return crc32(this, sizeof(*this));
}