refactor: unglob std::unordered_map

This commit is contained in:
Tropical
2026-03-06 11:29:36 -06:00
parent 67ceccf2d4
commit ecf7fc7f61
106 changed files with 204 additions and 204 deletions
@@ -21,7 +21,7 @@ private:
vector<TexturePack *> *texturePacks;
vector<TexturePack *> m_texturePacksToDelete;
unordered_map<DWORD, TexturePack *> cacheById;
std::unordered_map<DWORD, TexturePack *> cacheById;
TexturePack *selected;
TexturePack *lastSelected;