Update to latest json library. Test build of refactored code.

This commit is contained in:
2025-07-04 10:50:44 -04:00
parent d79c47a828
commit 5d404ea079
7 changed files with 12 additions and 11 deletions

View File

@@ -146,6 +146,7 @@ public:
int CellToIndex(Vector2i cell, int width);
EditorApp();
EditorApp(int width, int height);
~EditorApp() override
{
}

View File

@@ -1,11 +1,9 @@
#pragma once
#include <JJX/JSON.hpp>
#include <json.hpp>
#include <Color4.hpp>
#include <J3ML/LinearAlgebra/Vector2.hpp>
using namespace JJX;
struct RecentCameraState
{
Vector2 translation;

View File

@@ -9,7 +9,6 @@ enum class EntityRepresentativeShape {
Point, AABB, Sphere, OBB
};
/// @class Entity
/// @brief Represents an object or interactive element placed on the map, not necessarily tied to the tile grid.
/// This can include plater spawn points, enemies, pickups, triggers, boxes (my favorite), or any other