mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-22 03:37:14 +00:00
NOISSUE make shared logic library ... shared
This commit is contained in:
@@ -16,8 +16,10 @@
|
||||
#pragma once
|
||||
#include "NetAction.h"
|
||||
|
||||
#include "multimc_logic_export.h"
|
||||
|
||||
typedef std::shared_ptr<class ByteArrayDownload> ByteArrayDownloadPtr;
|
||||
class ByteArrayDownload : public NetAction
|
||||
class MULTIMC_LOGIC_EXPORT ByteArrayDownload : public NetAction
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user