mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-10-20 12:21:04 +00:00
Add basic MSS gruntwork commands
This commit is contained in:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user