summaryrefslogtreecommitdiffstats
path: root/logic/auth/AuthSession.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/auth/AuthSession.h')
-rw-r--r--logic/auth/AuthSession.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/logic/auth/AuthSession.h b/logic/auth/AuthSession.h
index 2ac170fa..dede90a9 100644
--- a/logic/auth/AuthSession.h
+++ b/logic/auth/AuthSession.h
@@ -4,13 +4,15 @@
#include <QMultiMap>
#include <memory>
+#include "multimc_logic_export.h"
+
struct User
{
QString id;
QMultiMap<QString, QString> properties;
};
-struct AuthSession
+struct MULTIMC_LOGIC_EXPORT AuthSession
{
bool MakeOffline(QString offline_playername);