W/misc fixes (#1838)

* temp

* temp

* before cleaning up

* cleanup merge

* fix warnings

* merge fix

* clang format
This commit is contained in:
water111
2022-09-05 20:29:12 -04:00
committed by GitHub
parent 80d0137dba
commit b5d21be9c5
136 changed files with 7191 additions and 1073 deletions
+5
View File
@@ -343,6 +343,11 @@ class ObjectFileDB {
uint32_t unique_obj_files = 0;
uint32_t unique_obj_bytes = 0;
} stats;
GameVersion version() const { return m_version; }
private:
GameVersion m_version;
};
std::string print_art_elt_for_dump(const std::string& group_name, const std::string& name, int idx);