NOISSUE make shared logic library ... shared

This commit is contained in:
Petr Mrázek
2015-09-05 18:46:57 +02:00
parent cd108fd029
commit 23d0bd8edd
76 changed files with 259 additions and 116 deletions

View File

@@ -4,6 +4,8 @@
#include <QString>
#include <QMap>
#include "multimc_logic_export.h"
class IconList;
class QNetworkAccessManager;
class HttpMetaCache;
@@ -15,7 +17,7 @@ class BaseVersion;
#endif
#define ENV (Env::getInstance())
class Env
class MULTIMC_LOGIC_EXPORT Env
{
friend class MultiMC;
private: