Changement du chemin d'accès pour la lib nlohmann/json
This commit is contained in:
parent
9d3b0f0b88
commit
c4e442c6a6
|
@ -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;
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue