fix(hasher): USE OPENSSL

This commit is contained in:
Mohamed Ashraf
2026-03-02 23:52:30 +04:00
parent a7a1ceed39
commit 2e34f54ba7
3 changed files with 30 additions and 4 deletions

View File

@@ -4,6 +4,7 @@
#include "net.minecraft.world.food.h"
#include "net.minecraft.world.effect.h"
#include "SharedConstants.h"
#include "../Minecraft.Client/Windows64Media/strings.h"
MobEffect *MobEffect::effects[NUM_EFFECTS];
@@ -267,4 +268,4 @@ bool MobEffect::isDisabled()
eMinecraftColour MobEffect::getColor()
{
return color;
}
}