Revert "Add hook for modloader (#117)"

This reverts commit 7bee4770df.
This commit is contained in:
void_17
2026-03-02 17:37:12 +07:00
parent 7ae0c13854
commit 8a2a62ea1d
2 changed files with 2 additions and 5 deletions

View File

@@ -105,11 +105,6 @@ int QuickSelectBoxWidth[3]=
};
#endif
extern "C" __declspec(dllexport) Minecraft* GetGameInstance()
{
return Minecraft::m_instance;
}
Minecraft::Minecraft(Component *mouseComponent, Canvas *parent, MinecraftApplet *minecraftApplet, int width, int height, bool fullscreen)
{
// 4J - added this block of initialisers