From d313e9ab09639346526b75c92498188753cb5b87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Mon, 2 Feb 2015 01:09:28 +0100 Subject: SCRATCH remove remaining references to MultiMC.h and fix legacy LWJGL --- logic/LegacyInstance.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'logic/LegacyInstance.h') diff --git a/logic/LegacyInstance.h b/logic/LegacyInstance.h index 5c6581c8..353718c1 100644 --- a/logic/LegacyInstance.h +++ b/logic/LegacyInstance.h @@ -91,6 +91,10 @@ public: //! The version of LWJGL that this instance uses. QString lwjglVersion() const; + + //! Where the lwjgl versions foor this instance can be found... HACK HACK HACK + QString lwjglFolder() const; + /// st the version of LWJGL libs this instance will use void setLWJGLVersion(QString val); @@ -116,7 +120,7 @@ protected: mutable std::shared_ptr core_mod_list; mutable std::shared_ptr loader_mod_list; mutable std::shared_ptr texture_pack_list; - + std::shared_ptr m_lwjglFolderSetting; protected slots: virtual void jarModsChanged(); -- cgit v1.2.3