Files
TCPlayerbotCore/src/server/game/Scripting/ScriptLoader.h
T

19 lines
505 B
C
Raw Normal View History

2009-08-16 01:45:49 +02:00
/* Copyright (C) 2006 - 2009 ScriptDev2 <https://scriptdev2.svn.sourceforge.net/>
* This program is free software licensed under GPL version 2
* Please see the included DOCS/LICENSE.TXT for more information */
2009-10-17 15:51:44 -07:00
2009-08-16 01:45:49 +02:00
#ifndef SC_SCRIPTLOADER_H
#define SC_SCRIPTLOADER_H
2009-10-17 15:51:44 -07:00
2009-08-16 01:45:49 +02:00
void AddScripts();
void AddExampleScripts();
void AddSpellScripts();
void AddWorldScripts();
void AddEasternKingdomsScripts();
void AddKalimdorScripts();
void AddOutlandScripts();
void AddNorthrendScripts();
void AddCustomScripts();
2009-10-17 15:51:44 -07:00
2009-08-16 01:45:49 +02:00
#endif