[12131] Improve support for game/ subdirectories

* Add game directory to AdditionalIncludes (VC90)
* Add game directory to AdditionalIncludes (VC100)
* Simplify #include macros for subdirectories

Thanks to Shyax, LordJZ and Zergtmn for testing cmake
This commit is contained in:
Schmoozerd 2012-08-28 13:37:05 +02:00 committed by Antz
parent 5d2dda2e2c
commit ecdb00bd0d
41 changed files with 164 additions and 164 deletions

View file

@ -17,22 +17,22 @@
*/
#include "Common.h"
#include "../SharedDefines.h"
#include "SharedDefines.h"
#include "WorldPacket.h"
#include "../Opcodes.h"
#include "Opcodes.h"
#include "Log.h"
#include "../Player.h"
#include "../ObjectMgr.h"
#include "../WorldSession.h"
#include "../Object.h"
#include "../Chat.h"
#include "Player.h"
#include "ObjectMgr.h"
#include "WorldSession.h"
#include "Object.h"
#include "Chat.h"
#include "BattleGroundMgr.h"
#include "BattleGroundWS.h"
#include "BattleGround.h"
#include "../ArenaTeam.h"
#include "../Language.h"
#include "../ScriptMgr.h"
#include "../World.h"
#include "ArenaTeam.h"
#include "Language.h"
#include "ScriptMgr.h"
#include "World.h"
void WorldSession::HandleBattlemasterHelloOpcode(WorldPacket& recv_data)
{