Add basic MSS gruntwork commands

This commit is contained in:
Gent
2020-10-02 22:05:20 -04:00
parent a852c26e5e
commit 47da895544
3 changed files with 116 additions and 0 deletions

View File

@@ -12,6 +12,8 @@
#include <fstream>
std::map<int32_t, std::stack<WarpLocation>> TableData::RunningSkywayRoutes;
void TableData::init() {
int32_t nextId = 0;