From efbcb8f65d35736cb7ecf6977237b47c07ae3292 Mon Sep 17 00:00:00 2001 From: Barbz Date: Sat, 23 Sep 2017 11:30:22 +0200 Subject: 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 --- src/scripts/ScriptLoader.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/scripts/ScriptLoader.h') 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(); -- cgit v1.2.3