mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Game: Converted the game library to a shared library.
* There is still the possibility to static link against game.
This commit is contained in:
@@ -59,7 +59,7 @@ struct ScriptPointMove
|
||||
|
||||
typedef std::vector<ScriptPointMove> ScriptPointVector;
|
||||
|
||||
class SystemMgr
|
||||
class TC_GAME_API SystemMgr
|
||||
{
|
||||
private:
|
||||
SystemMgr() { }
|
||||
|
||||
Reference in New Issue
Block a user