Core/Misc: DBC std::array refactors, and |Hachievement unit tests

(cherry picked from commit 3fbbe7cfbe)
This commit is contained in:
Treeston
2020-09-01 00:38:46 +02:00
committed by Shauren
parent f7e1b5338d
commit c4b287c7bf
13 changed files with 284 additions and 201 deletions

View File

@@ -139,7 +139,7 @@ struct LocalizedString
return Str[locale];
}
char const* Str[TOTAL_LOCALES];
std::array<char const*, TOTAL_LOCALES> Str;
};
#pragma pack(pop)