diff options
author | Kudlaty <none@none> | 2009-08-16 01:45:49 +0200 |
---|---|---|
committer | Kudlaty <none@none> | 2009-08-16 01:45:49 +0200 |
commit | 5b42daa7bfaa78c95558b29b7acbfd571eb46eb9 (patch) | |
tree | 1f091f22f31236becc80459370a10360d34c5e66 /src/bindings/scripts/system/ScriptLoader.h | |
parent | 6337c3adfb6b7ee6326f2bfa9f0b0992ce412ae1 (diff) |
Merge [SD2]
r1291 Move one misplaced script in yesterday commits.
r1292 Make own folder for tool, not needed for general work of SD2. - skip
r1293 Add script loader to simplify maintenance of scripts. The scripts must now be added to system/ScriptLoader.cpp instead of old way directly in ScriptMgr.
--HG--
branch : trunk
Diffstat (limited to 'src/bindings/scripts/system/ScriptLoader.h')
-rw-r--r-- | src/bindings/scripts/system/ScriptLoader.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/bindings/scripts/system/ScriptLoader.h b/src/bindings/scripts/system/ScriptLoader.h new file mode 100644 index 00000000000..57fb7d821f1 --- /dev/null +++ b/src/bindings/scripts/system/ScriptLoader.h @@ -0,0 +1,10 @@ +/* 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 */ + +#ifndef SC_SCRIPTLOADER_H +#define SC_SCRIPTLOADER_H + +void AddScripts(); + +#endif |