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

@@ -6,7 +6,6 @@
#include "net.minecraft.stats.h"
#include "Material.h"
#include "Inventory.h"
#include "../Minecraft.Client/Windows64Media/strings.h"
const int Inventory::POP_TIME_DURATION = 5;
const int Inventory::MAX_INVENTORY_STACK_SIZE = 64;