Core/Game: Converted the game library to a shared library.

* There is still the possibility to static link against game.

(cherry picked from commit bf33159a70)
This commit is contained in:
Naios
2016-03-11 16:37:14 +01:00
parent 522f769fa3
commit 9f61b72679
147 changed files with 748 additions and 694 deletions

View File

@@ -45,7 +45,7 @@ struct ScriptPointMove
typedef std::vector<ScriptPointMove> ScriptPointVector;
class SystemMgr
class TC_GAME_API SystemMgr
{
private:
SystemMgr() { }