Finish MSS commands + convert stack to vector

This commit is contained in:
Gent
2020-10-03 11:21:36 -04:00
parent 47da895544
commit a9837d6c1b
5 changed files with 56 additions and 35 deletions

View File

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