aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/PrecompiledHeaders/pchlinux.h
blob: 7252e980e7d94dcc31c0ba549211c9860e9dfbf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//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 "Database/SQLStorage.h"
#include "Opcodes.h"
#include "SharedDefines.h"
#include "ObjectMgr.h"