TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
ScriptPCH.h
Go to the documentation of this file.
1 /* Copyright (C) 2006 - 2009 ScriptDev2 <https://scriptdev2.svn.sourceforge.net/>
2 * This program is free software licensed under GPL version 2
3 * Please see the included DOCS/LICENSE.TXT for more information */
4 
5 #ifndef SC_PRECOMPILED_H
6 #define SC_PRECOMPILED_H
7 
8 #include "ScriptMgr.h"
9 #include "Cell.h"
10 #include "CellImpl.h"
11 #include "GameEventMgr.h"
12 #include "GridNotifiers.h"
13 #include "GridNotifiersImpl.h"
14 #include "Unit.h"
15 #include "GameObject.h"
16 #include "ScriptedCreature.h"
17 #include "ScriptedGossip.h"
18 #include "InstanceScript.h"
19 #include "CombatAI.h"
20 #include "PassiveAI.h"
21 #include "Chat.h"
22 #include "DBCStructure.h"
23 #include "DBCStores.h"
24 #include "ObjectMgr.h"
25 #include "SpellScript.h"
26 #include "SpellAuraEffects.h"
27 
28 #ifdef _WIN32
29 #include <windows.h>
30 #endif
31 
32 #endif
33