From 18a342ef1446997427de45095109f24c9352296d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Tue, 1 Jul 2014 01:48:09 +0200 Subject: Move settings lib into the main code, fixing error logging in it. --- logic/BaseInstance.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'logic/BaseInstance.h') diff --git a/logic/BaseInstance.h b/logic/BaseInstance.h index 5f5378e7..0cd17de9 100644 --- a/logic/BaseInstance.h +++ b/logic/BaseInstance.h @@ -19,9 +19,9 @@ #include #include -#include +#include "logic/settings/SettingsObject.h" -#include "inifile.h" +#include "logic/settings/INIFile.h" #include "logic/BaseVersionList.h" #include "logic/auth/MojangAccount.h" -- cgit v1.2.3