chore: move t6 xmodel json to proper folder

This commit is contained in:
Jan 2024-09-13 21:50:28 +02:00
parent e9c66a2e28
commit 28ecee3a1d
No known key found for this signature in database
GPG Key ID: 44B581F78FF5C57C
3 changed files with 4 additions and 5 deletions

View File

@ -1,11 +1,7 @@
#pragma once
#include "Game/T6/T6.h"
#include "Json/JsonCommon.h"
#include "Json/JsonExtension.h"
#include <memory>
#include <nlohmann/json.hpp>
#include <optional>
#include <string>
#include <vector>

View File

@ -1,7 +1,10 @@
#pragma once
#include "Json/JsonExtension.h"
#pragma warning(push, 0)
#include <nlohmann/json.hpp>
#pragma warning(pop)
class JsonVec2
{

View File

@ -1,7 +1,7 @@
#include "XModelLoaderT6.h"
#include "Game/T6/CommonT6.h"
#include "Game/T6/Json/JsonXModel.h"
#include "Game/T6/XModel/JsonXModel.h"
#define GAME_NAMESPACE T6