Remove use of memcmp in CheckCaches

This commit is contained in:
Jonathan G Rennison
2024-05-29 18:30:54 +01:00
parent 2b539a2d37
commit cb1e41fc88
8 changed files with 24 additions and 14 deletions

View File

@@ -50,6 +50,8 @@ struct CompanyInfrastructure {
uint32_t GetTramTotal() const;
char *Dump(char *buffer, const char *last) const;
bool operator==(const CompanyInfrastructure &) const = default;
};
class FreeUnitIDGenerator {