From 69dc7a2279ffe092c64b00d355984e80683fd93e Mon Sep 17 00:00:00 2001 From: Mohamed Ashraf Date: Tue, 3 Mar 2026 01:15:38 +0400 Subject: [PATCH] fix missing app --- Minecraft.World/EnderMan.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Minecraft.World/EnderMan.cpp b/Minecraft.World/EnderMan.cpp index c1d2c3e03..39e4ebdb1 100644 --- a/Minecraft.World/EnderMan.cpp +++ b/Minecraft.World/EnderMan.cpp @@ -9,7 +9,7 @@ #include "com.mojang.nbt.h" #include "../Minecraft.Client/Textures.h" #include "EnderMan.h" - +#include "../Minecraft.Client/Windows64/Windows64_App.h" bool EnderMan::MAY_TAKE[256]; @@ -408,4 +408,4 @@ bool EnderMan::isCreepy() void EnderMan::setCreepy(bool creepy) { entityData->set(DATA_CREEPY, (byte)(creepy ? 1 : 0)); -} \ No newline at end of file +}