1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-18 20:19:11 +00:00

Codechange: vendor the nlohmann-json library (#11290)

This commit is contained in:
Patric Stout
2023-09-13 16:11:34 +02:00
committed by GitHub
parent 41de0d46f3
commit ba67f39db6
22 changed files with 24633 additions and 146 deletions

View File

@@ -31,7 +31,7 @@
#include "../base_media_base.h"
#include "../blitter/factory.hpp"
#include <nlohmann/json.hpp>
#include "../3rdparty/nlohmann/json.hpp"
#include "../safeguards.h"