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:
Naios
2016-03-11 16:37:14 +01:00
parent 25b0e743b1
commit bf33159a70
165 changed files with 920 additions and 818 deletions

View File

@@ -61,7 +61,7 @@ typedef std::map<uint32, ReputationRank> ForcedReactions;
class Player;
class ReputationMgr
class TC_GAME_API ReputationMgr
{
public: // constructors and global modifiers
explicit ReputationMgr(Player* owner) : _player(owner),