Add Model dumping for T6

This commit is contained in:
Jan
2021-08-14 15:39:40 +02:00
parent 963e6537ca
commit d5780a1124
19 changed files with 878 additions and 84 deletions

View File

@ -25,7 +25,7 @@ bool InfoStringToStructConverter::GetHashValue(const std::string& value, unsigne
return endPtr == &value[value.size()];
}
hash = CommonT6::Com_HashString(value.c_str());
hash = Common::Com_HashString(value.c_str());
return true;
}