refactor: prune Minecraft.Client stdafx includes

This commit is contained in:
Tropical
2026-03-31 18:45:34 -05:00
parent 0958c5bb78
commit 70194c6a3b
104 changed files with 240 additions and 215 deletions

View File

@@ -2,6 +2,8 @@
#include "java/Class.h"
#include <cstdint>
// Java doesn't have a default hash value for ints, however, the hashmap itself
// does some "supplemental" hashing, so our ints actually get hashed by code as
// implemented below. std templates *do* have a standard hash for ints, but it