/* This file is part of the ScriptDev2 Project. See AUTHORS file for Copyright information * This program is free software licensed under GPL version 2 * Please see the included DOCS/LICENSE.TXT for more information */ #ifndef SC_SCRIPTLOADER_H #define SC_SCRIPTLOADER_H void AddScripts(); #endif