diff options
Diffstat (limited to 'logic/net/URLConstants.h')
-rw-r--r-- | logic/net/URLConstants.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/logic/net/URLConstants.h b/logic/net/URLConstants.h index 01d1482b..b04f44ba 100644 --- a/logic/net/URLConstants.h +++ b/logic/net/URLConstants.h @@ -17,6 +17,8 @@ #include <QString> +#include "multimc_logic_export.h" + namespace URLConstants { extern const QString AWS_DOWNLOAD_BASE; @@ -26,7 +28,7 @@ extern const QString AWS_DOWNLOAD_INDEXES; extern const QString ASSETS_BASE; extern const QString RESOURCE_BASE; extern const QString LIBRARY_BASE; -extern const QString SKINS_BASE; +MULTIMC_LOGIC_EXPORT extern const QString SKINS_BASE; extern const QString AUTH_BASE; extern const QString FORGE_LEGACY_URL; extern const QString FORGE_GRADLE_URL; |