CMake - Made it easier to add your custom scripts (#703)

This commit is contained in:
Barbz
2017-11-16 02:26:15 +01:00
committed by Yehonal
parent c75ec13191
commit b8e5208e33
2 changed files with 25 additions and 2 deletions

View File

@@ -1171,3 +1171,15 @@ void AddOutdoorPvPScripts()
#endif
}
//~ ********************** Put your custom scripts below, like the commented examples, uncomment and edit *************************************
//~ void AddSC_MySuperScript();
void AddCustomScripts()
{
#ifdef SCRIPTS
//~ AddSC_MySuperScript();
#endif
}