/* Copyright (C) 2006 - 2008 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" #include "GridNotifiers.h" #include "GridNotifiersImpl.h" #include "Unit.h" #include "GameObject.h" #include "sc_creature.h" #include "sc_gossip.h" #include "sc_instance.h" #ifdef WIN32 #include BOOL APIENTRY DllMain( HANDLE hModule, DWORD ul_reason_for_call, LPVOID lpReserved ) { return true; } #endif #endif