add nlohmann/json

this will conflict with a change in the http branch, but i dont care
right now
This commit is contained in:
Lion Kortlepel
2022-02-11 10:18:56 +01:00
parent b72de4bd0a
commit f26ca6b40d
3 changed files with 8 additions and 2 deletions

View File

@@ -7,13 +7,15 @@
#include <any>
#include <sstream>
#include <nlohmann/json.hpp>
#include "LuaAPI.h"
#undef GetObject // Fixes Windows
#include "Json.h"
namespace json = rapidjson;
namespace json = nlohmann::json;
TServer::TServer(const std::vector<std::string_view>& Arguments) {
beammp_info("BeamMP Server v" + Application::ServerVersionString());