mirror of
https://github.com/mangosfour/server.git
synced 2025-12-27 10:37:02 +00:00
[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:
parent
5d2dda2e2c
commit
ecdb00bd0d
41 changed files with 164 additions and 164 deletions
|
|
@ -16,17 +16,17 @@
|
|||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#include "../Object.h"
|
||||
#include "../Player.h"
|
||||
#include "Object.h"
|
||||
#include "Player.h"
|
||||
#include "BattleGround.h"
|
||||
#include "BattleGroundWS.h"
|
||||
#include "../Creature.h"
|
||||
#include "../GameObject.h"
|
||||
#include "../ObjectMgr.h"
|
||||
#include "Creature.h"
|
||||
#include "GameObject.h"
|
||||
#include "ObjectMgr.h"
|
||||
#include "BattleGroundMgr.h"
|
||||
#include "WorldPacket.h"
|
||||
#include "../Language.h"
|
||||
#include "../MapManager.h"
|
||||
#include "Language.h"
|
||||
#include "MapManager.h"
|
||||
|
||||
BattleGroundWS::BattleGroundWS()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue