blob: 68f628430c4cd2fa32b8311b543c28c6a4f8e30f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
//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 "Opcodes.h"
#include "SharedDefines.h"
#include "ObjectMgr.h"
|