aboutsummaryrefslogtreecommitdiff
path: root/src/game/ScriptedPch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/ScriptedPch.h')
-rw-r--r--src/game/ScriptedPch.h37
1 files changed, 37 insertions, 0 deletions
diff --git a/src/game/ScriptedPch.h b/src/game/ScriptedPch.h
new file mode 100644
index 00000000000..bd725ded213
--- /dev/null
+++ b/src/game/ScriptedPch.h
@@ -0,0 +1,37 @@
+/* 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"
+
+#ifdef WIN32
+#include <windows.h>
+/*BOOL APIENTRY DllMain( HANDLE hModule,
+DWORD ul_reason_for_call,
+LPVOID lpReserved
+)
+{
+ return true;
+}*/
+#endif
+
+#endif
+