Changement du chemin d'accès pour la lib nlohmann/json

This commit is contained in:
Ulysse Cura 2024-09-06 17:37:03 +02:00
parent 9d3b0f0b88
commit c4e442c6a6
3 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
#include <memory> // unique_ptr
#include <string> // string
#include <unordered_map> // unordered_map
#include "nlohmann/json.hpp" // json::
#include "externLibs/nlohmann/json.hpp" // json::
using std::string, std::unordered_map, std::unique_ptr;

View File

@ -14,7 +14,7 @@
#include "Camera.hpp"
#include "Game.hpp"
#include "MapManager.hpp"
#include "nlohmann/json.hpp"
#include "externLibs/nlohmann/json.hpp"
#include "TextureManager.hpp"
#include "TileMap.hpp"
#include "Vector2D.hpp"