diff --git a/MapManager.hpp b/MapManager.hpp index fcf625a..089f94a 100644 --- a/MapManager.hpp +++ b/MapManager.hpp @@ -16,7 +16,7 @@ #include // unique_ptr #include // string #include // unordered_map -#include "nlohmann/json.hpp" // json:: +#include "externLibs/nlohmann/json.hpp" // json:: using std::string, std::unordered_map, std::unique_ptr; diff --git a/TileMap.cpp b/TileMap.cpp index 376e6f6..cb3a3d5 100644 --- a/TileMap.cpp +++ b/TileMap.cpp @@ -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" diff --git a/nlohmann/json.hpp b/externLibs/nlohmann/json.hpp similarity index 100% rename from nlohmann/json.hpp rename to externLibs/nlohmann/json.hpp