#pragma once #include #include "NPCManager.hpp" // typedef for JSON object because I don't want to type nlohmann::json every time typedef nlohmann::json json; namespace TableData { extern std::map> RunningSkywayRoutes; extern std::map RunningNPCRotations; extern std::map RunningNPCMapNumbers; extern std::map RunningMobs; extern std::map RunningGroups; extern std::map RunningEggs; void init(); void flush(); }