mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 21:27:44 +02:00
NOISSUE make shared logic library ... shared
This commit is contained in:
@ -25,6 +25,9 @@
|
||||
#include <memory>
|
||||
#include "AuthSession.h"
|
||||
|
||||
#include "multimc_logic_export.h"
|
||||
MULTIMC_LOGIC_EXPORT
|
||||
|
||||
class Task;
|
||||
class YggdrasilTask;
|
||||
class MojangAccount;
|
||||
@ -58,7 +61,7 @@ enum AccountStatus
|
||||
* Said information may include things such as that account's username, client token, and access
|
||||
* token if the user chose to stay logged in.
|
||||
*/
|
||||
class MojangAccount : public QObject
|
||||
class MULTIMC_LOGIC_EXPORT MojangAccount : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
public: /* construction */
|
||||
|
Reference in New Issue
Block a user