Begin to add checks for Scripts.

This commit is contained in:
StackZ
2020-03-21 03:49:21 +01:00
parent 23aab6ada9
commit 73c495db4f
7 changed files with 307 additions and 234 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ private:
nlohmann::json openScriptFile();
void checkForValidate(void);
void loadDesc(void);
void runFunctions(nlohmann::json &json);
Result runFunctions(nlohmann::json &json);
// Draw Functions.
void DrawSubMenu(void) const;