mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2026-01-02 07:50:18 +00:00
[refac] Create typedef for nlohmann::json
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user