fix: remove hardcoded locales and include through stdafx

This commit is contained in:
Tropical
2026-03-02 15:56:38 -06:00
parent 36daeebed0
commit 0f560867c0
12 changed files with 18 additions and 15 deletions

View File

@@ -13,7 +13,6 @@
#include "net.minecraft.world.level.h"
#include "com.mojang.nbt.h"
#include "EntityIO.h"
#include "../Minecraft.Client/Windows64Media/strings.h"
unordered_map<wstring, entityCreateFn> *EntityIO::idCreateMap = new unordered_map<wstring, entityCreateFn>;
unordered_map<eINSTANCEOF, wstring, eINSTANCEOFKeyHash, eINSTANCEOFKeyEq> *EntityIO::classIdMap = new unordered_map<eINSTANCEOF, wstring, eINSTANCEOFKeyHash, eINSTANCEOFKeyEq>;