diff options
author | Anubisss <none@none> | 2009-08-16 01:55:22 +0200 |
---|---|---|
committer | Anubisss <none@none> | 2009-08-16 01:55:22 +0200 |
commit | 32078e0624246b6e093b40087ae97add6112a58a (patch) | |
tree | 0b64354bd1a358548e79540c676d3434d8bdeea8 /src/bindings/scripts/system/ScriptLoader.h | |
parent | 4b31577eb35633d4180885b4e7cb38b61422f7b1 (diff) | |
parent | 5b42daa7bfaa78c95558b29b7acbfd571eb46eb9 (diff) |
*Merge. :(
--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 |