aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/ScriptMgr/ScriptedPch.h
diff options
context:
space:
mode:
authorRat <none@none>2010-06-05 23:40:08 +0200
committerRat <none@none>2010-06-05 23:40:08 +0200
commit75b80d9f5b02a643c983b2fb1ededed79fd5d133 (patch)
treeebd1c2cc12a2715909dd04c1ed147a260c6ceb14 /src/server/game/ScriptMgr/ScriptedPch.h
parent6a9357b13d7ea6bd7d77dbfc6587af9028caa401 (diff)
rearranged core files
--HG-- branch : trunk
Diffstat (limited to 'src/server/game/ScriptMgr/ScriptedPch.h')
-rw-r--r--src/server/game/ScriptMgr/ScriptedPch.h32
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
+