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

@@ -1,9 +1,13 @@
#pragma once
#include <map>
#include <stack>
#include "contrib/JSON.hpp"
#include "NPCManager.hpp"
namespace TableData {
extern std::map<int32_t, std::stack<WarpLocation>> RunningSkywayRoutes;
void init();
void cleanup();