[refac] Create typedef for nlohmann::json

This commit is contained in:
gsemaj
2021-04-29 11:01:44 -04:00
committed by Gent Semaj
parent dd3066849b
commit 14562f889e
2 changed files with 109 additions and 106 deletions

View File

@@ -3,6 +3,9 @@
#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<int32_t, std::vector<WarpLocation>> RunningSkywayRoutes;
extern std::map<int32_t, int> RunningNPCRotations;