From e585187b248f48b3c6e9247b49fa07c6565d65e5 Mon Sep 17 00:00:00 2001 From: maximius Date: Sat, 17 Oct 2009 15:51:44 -0700 Subject: *Backed out changeset 3be01fb200a5 --HG-- branch : trunk --- src/bindings/scripts/include/precompiled.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/bindings/scripts/include/precompiled.h') diff --git a/src/bindings/scripts/include/precompiled.h b/src/bindings/scripts/include/precompiled.h index e5fc9a3eeb9..3f5bc7e7265 100644 --- a/src/bindings/scripts/include/precompiled.h +++ b/src/bindings/scripts/include/precompiled.h @@ -1,8 +1,10 @@ /* Copyright (C) 2006 - 2009 ScriptDev2 * 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" @@ -18,6 +20,7 @@ #include "Chat.h" #include "DBCStructure.h" #include "DBCStores.h" + #ifdef WIN32 #include BOOL APIENTRY DllMain( HANDLE hModule, @@ -28,5 +31,6 @@ LPVOID lpReserved return true; } #endif + #endif -- cgit v1.2.3