diff options
Diffstat (limited to 'Source/cmake.h')
-rw-r--r-- | Source/cmake.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index a089e95..c0b3cd0 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -197,6 +197,7 @@ class cmake void AddCommand(cmCommand* ); void RenameCommand(const char* oldName, const char* newName); void RemoveCommand(const char* name); + void RemoveUnscriptableCommands(); /** * Get a command by its name |