fix missing app

This commit is contained in:
Mohamed Ashraf 2026-03-03 01:15:38 +04:00
parent d6d7fa7ada
commit 69dc7a2279

View file

@ -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));
}
}