mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-25 02:01:03 +00:00
refactor: unglob std::unordered_map
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user