From 9f61b72679890c25098c8bc961db4e33e665deba Mon Sep 17 00:00:00 2001 From: Naios Date: Fri, 11 Mar 2016 16:37:14 +0100 Subject: Core/Game: Converted the game library to a shared library. * There is still the possibility to static link against game. (cherry picked from commit bf33159a7009f64a78cf2a1309eb5182fcd3f7e3) --- src/server/game/Instances/InstanceScript.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/server/game/Instances/InstanceScript.h') diff --git a/src/server/game/Instances/InstanceScript.h b/src/server/game/Instances/InstanceScript.h index ce83061e162..949cdf5abcb 100644 --- a/src/server/game/Instances/InstanceScript.h +++ b/src/server/game/Instances/InstanceScript.h @@ -79,7 +79,7 @@ struct BossBoundaryEntry AreaBoundary const* Boundary; }; -struct BossBoundaryData +struct TC_GAME_API BossBoundaryData { typedef std::vector StorageType; typedef StorageType::const_iterator const_iterator; @@ -134,7 +134,7 @@ typedef std::map MinionInfoMap; typedef std::map ObjectGuidMap; typedef std::map ObjectInfoMap; -class InstanceScript : public ZoneScript +class TC_GAME_API InstanceScript : public ZoneScript { public: explicit InstanceScript(Map* map) : instance(map), completedEncounters(0) { } -- cgit v1.2.3