blob: cd1ea4a418a7ceed3fb4a4d6a1a845cc34ea8bc4 (
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 "Database/SQLStorage.h"
#include "Opcodes.h"
#include "SharedDefines.h"
#include "ObjectMgr.h"
#include "ScriptedPch.h"
|