chore: move json classes to json folder

This commit is contained in:
Jan
2024-03-24 00:51:33 +01:00
parent bb1bcadfc7
commit cf891e458a
5 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
#pragma once
#include "Game/T6/T6.h"
#include "Utils/JsonOptional.h"
#include "Json/JsonOptional.h"
#include <memory>
#include <nlohmann/json.hpp>
#include <optional>