@@ -105,11 +105,6 @@ int QuickSelectBoxWidth[3]=
|
|||||||
};
|
};
|
||||||
#endif
|
#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)
|
Minecraft::Minecraft(Component *mouseComponent, Canvas *parent, MinecraftApplet *minecraftApplet, int width, int height, bool fullscreen)
|
||||||
{
|
{
|
||||||
// 4J - added this block of initialisers
|
// 4J - added this block of initialisers
|
||||||
|
|||||||
@@ -60,8 +60,10 @@ public:
|
|||||||
// void crash(CrashReport crash);
|
// void crash(CrashReport crash);
|
||||||
// public abstract void onCrash(CrashReport crash);
|
// public abstract void onCrash(CrashReport crash);
|
||||||
|
|
||||||
|
private:
|
||||||
static Minecraft *m_instance;
|
static Minecraft *m_instance;
|
||||||
|
|
||||||
|
public:
|
||||||
MultiPlayerGameMode *gameMode;
|
MultiPlayerGameMode *gameMode;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|||||||
Reference in New Issue
Block a user