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

View File

@@ -4,7 +4,7 @@
#include "../../Minecraft.World/IO/Streams/ByteBuffer.h"
#include "../../Minecraft.World/IO/Streams/FloatBuffer.h"
unordered_map<int,int> MemoryTracker::GL_LIST_IDS;
std::unordered_map<int,int> MemoryTracker::GL_LIST_IDS;
vector<int> MemoryTracker::TEXTURE_IDS;
int MemoryTracker::genLists(int count)