Add Autoboot into a script.

This commit is contained in:
StackZ
2020-03-06 18:10:02 +01:00
parent 05d809e0bc
commit 3a659fd768
10 changed files with 211 additions and 78 deletions
+1
View File
@@ -34,6 +34,7 @@ namespace Msg
void DisplayMsg(std::string text);
void DisplayWarnMsg(std::string Text);
bool promptMsg(std::string promptMsg);
void DisplayStartMSG();
}
#endif