diff options
| author | Barbz <BarbzYHOOL@users.noreply.github.com> | 2017-09-23 11:30:22 +0200 |
|---|---|---|
| committer | Yehonal <yehonal.azeroth@gmail.com> | 2017-09-23 11:30:22 +0200 |
| commit | efbcb8f65d35736cb7ecf6977237b47c07ae3292 (patch) | |
| tree | 807fce908b49540ad56c9b57cc952699f7a2be7c /src/scripts/ScriptLoader.h | |
| parent | 23cb1a18e546d6a51cdea2e2cd36f39fc6c8e888 (diff) | |
Fix CMake custom script (#658)
* CMake - CMake now detects custom scripts in the Custom directory
* CMake - CMake now detects the custom script headers
* CMake - Added an example in the README on how to make a CMakeLists.txt for a custom script
Diffstat (limited to 'src/scripts/ScriptLoader.h')
| -rw-r--r-- | src/scripts/ScriptLoader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scripts/ScriptLoader.h b/src/scripts/ScriptLoader.h index b9a86d3089..6ac5ef0fe2 100644 --- a/src/scripts/ScriptLoader.h +++ b/src/scripts/ScriptLoader.h @@ -7,6 +7,7 @@ #ifndef SC_SCRIPTLOADER_H #define SC_SCRIPTLOADER_H +void AddCustomScripts(); void AddScripts(); void AddSpellScripts(); void AddCommandScripts(); |
