feat(domain-and-input-skeleton): step 0 — semantic-domain-and-origin-types

This commit is contained in:
KOKO\Mimi
2026-07-30 16:38:05 +09:00
parent b851575554
commit c7e64eb841
12 changed files with 455 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
#pragma once
#include <fesa/core/vec3.hpp>
#include <fesa/model/entity_origin.hpp>
#include <fesa/model/ids.hpp>
namespace fesa {
struct Node final {
NodeId id;
EntityOrigin origin;
Vec3 position;
};
} // namespace fesa