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

@@ -5,8 +5,6 @@
#include "net.minecraft.world.item.h"
#include "net.minecraft.world.item.enchantment.h"
#include "RepairMenu.h"
#include "../Minecraft.Client/Windows64Media/strings.h"
#include "../Minecraft.Client/Windows64/Windows64_App.h"
RepairMenu::RepairMenu(shared_ptr<Inventory> inventory, Level *level, int xt, int yt, int zt, shared_ptr<Player> player)
{