aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/PrecompiledHeaders/gamePCH.h
blob: cb67b1b8de6a6da82b281e0c459ea22251ec979c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//add here most rarely modified headers to speed up debug build compilation

#include "WorldSocket.h"        // must be first to make ACE happy with ACE includes in it

#include "Common.h"

#include "MapManager.h"
#include "Log.h"
#include "ObjectAccessor.h"
#include "ObjectDefines.h"
#include "SQLStorage.h"
#include "Opcodes.h"
#include "SharedDefines.h"
#include "ObjectMgr.h"