win cpp23 compat: Minecraft.Client

This commit is contained in:
VivyaCC
2026-03-07 23:58:51 +07:00
committed by void_17
parent 6dfdd90328
commit 52b1882f13
20 changed files with 96 additions and 91 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
class Chunk;
class Mob;
class DirtyChunkSorter : public std::binary_function<const Chunk *,const Chunk *,bool>
class DirtyChunkSorter
{
private:
shared_ptr<LivingEntity> cameraEntity;