aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/game/CMakeLists.txt2
-rw-r--r--src/game/ScriptedSmartAI.cpp8
-rw-r--r--src/game/ScriptedSmartAI.h8
-rw-r--r--win/VC90/game.vcproj8
4 files changed, 26 insertions, 0 deletions
diff --git a/src/game/CMakeLists.txt b/src/game/CMakeLists.txt
index 9cf14e69ede..61d15efc690 100644
--- a/src/game/CMakeLists.txt
+++ b/src/game/CMakeLists.txt
@@ -241,6 +241,8 @@ SET(game_STAT_SRCS
ScriptedPch.h
ScriptedSimpleAI.cpp
ScriptedSimpleAI.h
+ ScriptedSmartAI.cpp
+ ScriptedSmartAI.h
ScriptLoader.cpp
ScriptLoader.h
ScriptMgr.cpp
diff --git a/src/game/ScriptedSmartAI.cpp b/src/game/ScriptedSmartAI.cpp
new file mode 100644
index 00000000000..c5c11d5bef9
--- /dev/null
+++ b/src/game/ScriptedSmartAI.cpp
@@ -0,0 +1,8 @@
+/* Copyright (C) 2008-2010 Trinity <http://www.trinitycore.org/>
+ *
+ * Thanks to the original authors: 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 */
+
+#include "ScriptedSmartAI.h" \ No newline at end of file
diff --git a/src/game/ScriptedSmartAI.h b/src/game/ScriptedSmartAI.h
new file mode 100644
index 00000000000..a1e10a06bb2
--- /dev/null
+++ b/src/game/ScriptedSmartAI.h
@@ -0,0 +1,8 @@
+/* Copyright (C) 2008-2010 Trinity <http://www.trinitycore.org/>
+ *
+ * Thanks to the original authors: 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 */
+
+#include "Creature.h" \ No newline at end of file
diff --git a/win/VC90/game.vcproj b/win/VC90/game.vcproj
index c35cb997774..1f4eea1f442 100644
--- a/win/VC90/game.vcproj
+++ b/win/VC90/game.vcproj
@@ -1699,6 +1699,14 @@
RelativePath="..\..\src\game\ScriptedSimpleAI.h"
>
</File>
+ <File
+ RelativePath="..\..\src\game\ScriptedSmartAI.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\src\game\ScriptedSmartAI.h"
+ >
+ </File>
</Filter>
</Filter>
<Filter