Move custom script parser to its own function

scriptclass::load() is a large enough function as it is, we don't need
any more trouble by shoving the custom script parser in there as well.
This commit is contained in:
Misa
2020-05-18 10:08:34 -07:00
committed by Ethan Lee
parent 4301a70f2d
commit fcea247c43
3 changed files with 299 additions and 292 deletions

View File

@@ -37,6 +37,8 @@ public:
void hardreset();
void loadcustom(std::string t);
//Script contents
std::vector<std::string> commands;
std::vector<std::string> words;