mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-30 09:03:47 +00:00
First Commit
For Azeroth!
This commit is contained in:
1
src/server/worldserver/PrecompiledHeaders/worldPCH.cpp
Normal file
1
src/server/worldserver/PrecompiledHeaders/worldPCH.cpp
Normal file
@@ -0,0 +1 @@
|
||||
#include "worldPCH.h"
|
||||
8
src/server/worldserver/PrecompiledHeaders/worldPCH.h
Normal file
8
src/server/worldserver/PrecompiledHeaders/worldPCH.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "WorldSocket.h" // must be first to make ACE happy with ACE includes in it
|
||||
|
||||
#include "Common.h"
|
||||
#include "World.h"
|
||||
#include "Log.h"
|
||||
#include "Database/DatabaseEnv.h"
|
||||
#include "Configuration/Config.h"
|
||||
#include "Util.h"
|
||||
Reference in New Issue
Block a user