diff options
Diffstat (limited to 'src/server/game/ScriptMgr/ScriptedPch.h')
-rw-r--r-- | src/server/game/ScriptMgr/ScriptedPch.h | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/src/server/game/ScriptMgr/ScriptedPch.h b/src/server/game/ScriptMgr/ScriptedPch.h new file mode 100644 index 00000000000..1e83a88b87a --- /dev/null +++ b/src/server/game/ScriptMgr/ScriptedPch.h @@ -0,0 +1,32 @@ +/* Copyright (C) 2006 - 2009 ScriptDev2 <https://scriptdev2.svn.sourceforge.net/> +* This program is free software licensed under GPL version 2 +* Please see the included DOCS/LICENSE.TXT for more information */ + +#ifndef SC_PRECOMPILED_H +#define SC_PRECOMPILED_H + +#include "ScriptMgr.h" +#include "Cell.h" +#include "CellImpl.h" +#include "GameEventMgr.h" +#include "GridNotifiers.h" +#include "GridNotifiersImpl.h" +#include "Unit.h" +#include "GameObject.h" +#include "ScriptedCreature.h" +#include "ScriptedGossip.h" +#include "ScriptedInstance.h" +#include "CombatAI.h" +#include "PassiveAI.h" +#include "Chat.h" +#include "DBCStructure.h" +#include "DBCStores.h" +#include "ObjectMgr.h" + +#ifdef WIN32 +#include <windows.h> + +#endif + +#endif + |