remove implicit stdafx inclusion from Client

This commit is contained in:
Tropical
2026-03-31 15:33:45 -05:00
parent 1a2cfd5199
commit 6ef973ef8b
39 changed files with 90 additions and 318 deletions

View File

@@ -1,5 +1,7 @@
#pragma once
#include "java/Class.h"
// 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