Fix compile caused by missing includes in r2764

--HG--
branch : trunk
This commit is contained in:
Machiavelli
2009-04-18 02:23:20 +02:00
parent 345f1a72c6
commit 5b4b8b64b0
3 changed files with 6 additions and 0 deletions

View File

@@ -21,5 +21,7 @@ SDComment: Placeholer
SDCategory: Sunwell_Plateau
EndScriptData */
#include "Precompiled.h"
void AddSC_boss_kiljaeden()
{};

View File

@@ -21,5 +21,7 @@ SDComment: Placeholer
SDCategory: Sunwell_Plateau
EndScriptData */
#include "Precompiled.h"
void AddSC_boss_muru()
{};

View File

@@ -21,5 +21,7 @@ SDComment: Placeholer
SDCategory: Sunwell_Plateau
EndScriptData */
#include "Precompiled.h"
void AddSC_sunwell_plateau()
{};