summaryrefslogtreecommitdiffstats
path: root/logic/minecraft/SkinUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/minecraft/SkinUtils.h')
-rw-r--r--logic/minecraft/SkinUtils.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/logic/minecraft/SkinUtils.h b/logic/minecraft/SkinUtils.h
index bab9d45e..5584bf6c 100644
--- a/logic/minecraft/SkinUtils.h
+++ b/logic/minecraft/SkinUtils.h
@@ -17,7 +17,9 @@
#include <QPixmap>
+#include "multimc_logic_export.h"
+
namespace SkinUtils
{
-QPixmap getFaceFromCache(QString username, int height = 64, int width = 64);
+QPixmap MULTIMC_LOGIC_EXPORT getFaceFromCache(QString username, int height = 64, int width = 64);
}