Add support for all script-functions.

This commit is contained in:
StackZ
2020-06-21 18:31:24 +02:00
parent 91615d7891
commit b7f1f6d736
2 changed files with 170 additions and 19 deletions
+7
View File
@@ -71,6 +71,13 @@ private:
void createRmDir();
void createMkFile();
void createTimeMsg();
void createSaveConfig();
void createBootTitle();
void createPromptMessage();
// Creating Functions. -> Page 3.
void createCopy();
void createMove();
//
void setBool(const std::string &object, const std::string &key, bool v);