mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 22:37:04 +00:00
Work in "Visual Studio 8 2005" and "Visual Studio 9 2008". For Compile without precompiled headers use Debug_NoPCH configuration. Signed-off-by: AlexDereka <dereka.alex@gmail.com>
16 lines
No EOL
522 B
C
16 lines
No EOL
522 B
C
//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"
|
|
|
|
#ifdef FASTBUILD
|
|
//add additional headers here to speed up compilation in release builds even more
|
|
#include "ObjectMgr.h"
|
|
#endif |