mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-11 17:28:29 +00:00
refactor: unglob std::unordered_map
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user