From 41bff63fe7012820e1fb9365a99a4540a0ef3cde Mon Sep 17 00:00:00 2001 From: Rat Date: Tue, 19 Jan 2010 16:41:31 +0100 Subject: [PATCH] *added placeholders for SmartAI --HG-- branch : trunk --- src/game/CMakeLists.txt | 2 ++ src/game/ScriptedSmartAI.cpp | 8 ++++++++ src/game/ScriptedSmartAI.h | 8 ++++++++ win/VC90/game.vcproj | 8 ++++++++ 4 files changed, 26 insertions(+) create mode 100644 src/game/ScriptedSmartAI.cpp create mode 100644 src/game/ScriptedSmartAI.h diff --git a/src/game/CMakeLists.txt b/src/game/CMakeLists.txt index 9cf14e69ed..61d15efc69 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 0000000000..c5c11d5bef --- /dev/null +++ b/src/game/ScriptedSmartAI.cpp @@ -0,0 +1,8 @@ +/* Copyright (C) 2008-2010 Trinity + * + * Thanks to the original authors: ScriptDev2 + * + * 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 0000000000..a1e10a06bb --- /dev/null +++ b/src/game/ScriptedSmartAI.h @@ -0,0 +1,8 @@ +/* Copyright (C) 2008-2010 Trinity + * + * Thanks to the original authors: ScriptDev2 + * + * 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 c35cb99777..1f4eea1f44 100644 --- a/win/VC90/game.vcproj +++ b/win/VC90/game.vcproj @@ -1699,6 +1699,14 @@ RelativePath="..\..\src\game\ScriptedSimpleAI.h" > + + + +