Fixed compilation without PCH enabled

please avoid to miss header files in your sources
This commit is contained in:
Yehonal
2016-08-19 23:32:46 +02:00
parent d8de9c9296
commit 6eaa77591d
142 changed files with 241 additions and 11 deletions

View File

@@ -5,6 +5,8 @@ REWRITTEN BY XINEF
#ifndef DEF_AZJOL_NERUB_H
#define DEF_AZJOL_NERUB_H
#include "ScriptPCH.h"
enum ANData
{
DATA_KRIKTHIR_THE_GATEWATCHER_EVENT = 0,

View File

@@ -2,6 +2,8 @@
#ifndef DEF_AHNKAHET_H
#define DEF_AHNKAHET_H
#include "ScriptPCH.h"
#define MAX_ENCOUNTER 5
enum Data64
{

View File

@@ -5,6 +5,8 @@
#ifndef DEF_OBSIDIAN_SANCTUM_H
#define DEF_OBSIDIAN_SANCTUM_H
#include "ScriptPCH.h"
enum Data
{
// Encounter

View File

@@ -5,6 +5,8 @@ REWRITTEN BY XINEF
#ifndef RUBY_SANCTUM_H_
#define RUBY_SANCTUM_H_
#include "ScriptPCH.h"
#include "SpellScript.h"
#include "Map.h"
#include "Creature.h"

View File

@@ -5,6 +5,8 @@
#ifndef DEF_TOC_H
#define DEF_TOC_H
#include "ScriptPCH.h"
enum eData
{
BOSS_GRAND_CHAMPIONS = 0,

View File

@@ -5,6 +5,8 @@
#ifndef DEF_CRUSADER_H
#define DEF_CRUSADER_H
#include "ScriptPCH.h"
enum DataTypes
{
TYPE_NONE = 0,

View File

@@ -5,6 +5,8 @@ REWRITTEN BY XINEF
#ifndef DEF_DRAK_THARON_H
#define DEF_DRAK_THARON_H
#include "ScriptPCH.h"
enum Data
{
DATA_TROLLGORE = 0,

View File

@@ -5,6 +5,8 @@
#ifndef DEF_FORGE_OF_SOULS_H
#define DEF_FORGE_OF_SOULS_H
#include "ScriptPCH.h"
enum Data
{
DATA_BRONJAHM,

View File

@@ -5,6 +5,8 @@
#ifndef DEF_HALLS_OF_REFLECTION_H
#define DEF_HALLS_OF_REFLECTION_H
#include "ScriptPCH.h"
enum Data
{
DATA_INTRO,

View File

@@ -5,6 +5,8 @@
#ifndef DEF_PIT_OF_SARON_H
#define DEF_PIT_OF_SARON_H
#include "ScriptPCH.h"
enum DataTypes
{
DATA_GARFROST,

View File

@@ -5,6 +5,8 @@ REWRITTEN BY XINEF
#ifndef DEF_GUNDRAK_H
#define DEF_GUNDRAK_H
#include "ScriptPCH.h"
enum Data
{
DATA_SLAD_RAN = 0,

View File

@@ -5,6 +5,7 @@
#ifndef ICECROWN_CITADEL_H_
#define ICECROWN_CITADEL_H_
#include "ScriptPCH.h"
#include "SpellScript.h"
#include "Map.h"
#include "Creature.h"

View File

@@ -5,6 +5,8 @@
#ifndef DEF_NAXXRAMAS_H
#define DEF_NAXXRAMAS_H
#include "ScriptPCH.h"
enum NXEncounter
{
EVENT_PATCHWERK = 0,

View File

@@ -5,6 +5,8 @@
#ifndef DEF_EYE_OF_ETERNITY_H
#define DEF_EYE_OF_ETERNITY_H
#include "ScriptPCH.h"
enum Objects
{
GO_NEXUS_PLATFORM = 193070,

View File

@@ -5,6 +5,8 @@ REWRITTEN BY XINEF
#ifndef DEF_NEXUS_H
#define DEF_NEXUS_H
#include "ScriptPCH.h"
enum eTypes
{
DATA_MAGUS_TELESTRA_EVENT = 0,

View File

@@ -5,6 +5,8 @@
#ifndef DEF_OCULUS_H
#define DEF_OCULUS_H
#include "ScriptPCH.h"
enum Data
{
DATA_DRAKOS, // Drakos the Interrogator

View File

@@ -5,6 +5,7 @@
#ifndef DEF_HALLS_OF_LIGHTNING_H
#define DEF_HALLS_OF_LIGHTNING_H
#include "ScriptPCH.h"
enum HoLEvents
{

View File

@@ -5,6 +5,8 @@
#ifndef DEF_HALLS_OF_STONE_H
#define DEF_HALLS_OF_STONE_H
#include "ScriptPCH.h"
enum Encounter
{
BOSS_KRYSTALLUS = 0,
@@ -42,4 +44,4 @@ enum npcs
NPC_BRANN = 28070,
};
#endif
#endif

View File

@@ -5,6 +5,8 @@
#ifndef DEF_ULDUAR_H
#define DEF_ULDUAR_H
#include "ScriptPCH.h"
enum UlduarEncounters
{
MAX_ENCOUNTER = 15,

View File

@@ -5,6 +5,8 @@
#ifndef DEF_UTGARDE_KEEP_H
#define DEF_UTGARDE_KEEP_H
#include "ScriptPCH.h"
enum eData
{
DATA_KELESETH,

View File

@@ -1,6 +1,8 @@
#ifndef DEF_PINNACLE_H
#define DEF_PINNACLE_H
#include "ScriptPCH.h"
enum Data
{
DATA_SVALA_SORROWGRAVE = 0,
@@ -50,4 +52,4 @@ enum Objects
NPC_GARUF = 26893,
};
#endif
#endif

View File

@@ -8,6 +8,8 @@
#ifndef DEF_ARCHAVON_H
#define DEF_ARCHAVON_H
#include "ScriptPCH.h"
enum Creatures
{
CREATURE_ARCHAVON = 31125,

View File

@@ -5,6 +5,8 @@
#ifndef DEF_VIOLET_HOLD_H
#define DEF_VIOLET_HOLD_H
#include "ScriptPCH.h"
#define MAX_ENCOUNTER 3
enum Creatures

View File

@@ -23,6 +23,7 @@ npc_nexus_drake_hatchling
EndContentData */
#include "ScriptMgr.h"
#include "ScriptPCH.h"
#include "ScriptedCreature.h"
#include "ScriptedGossip.h"
#include "ScriptedEscortAI.h"

View File

@@ -14,6 +14,7 @@ SDCategory: CrystalsongForest
Script Data End */
#include "ScriptMgr.h"
#include "ScriptPCH.h"
#include "ScriptedCreature.h"
#include "Player.h"
#include "SmartScriptMgr.h"

View File

@@ -15,6 +15,7 @@ EndScriptData */
EndContentData */
#include "ScriptMgr.h"
#include "ScriptPCH.h"
#include "ScriptedCreature.h"
#include "ScriptedGossip.h"
#include "ScriptedEscortAI.h"

View File

@@ -5,6 +5,7 @@
*/
#include "ScriptMgr.h"
#include "ScriptPCH.h"
#include "ScriptedCreature.h"
#include "ScriptedEscortAI.h"
#include "Vehicle.h"

View File

@@ -16,6 +16,7 @@ npc_arete
EndContentData */
#include "ScriptMgr.h"
#include "ScriptPCH.h"
#include "ScriptedCreature.h"
#include "ScriptedGossip.h"
#include "SpellAuras.h"

View File

@@ -19,6 +19,7 @@ avatar_of_freya
EndContentData */
#include "ScriptMgr.h"
#include "ScriptPCH.h"
#include "ScriptedCreature.h"
#include "ScriptedGossip.h"
#include "ScriptedEscortAI.h"

View File

@@ -6,6 +6,7 @@
*/
#include "ScriptMgr.h"
#include "ScriptPCH.h"
#include "ScriptedCreature.h"
#include "ScriptedGossip.h"
#include "ScriptedEscortAI.h"