Loading...
Searching...
No Matches
2#ifndef LIBSBX_SCENES_NODE_HPP_
3#define LIBSBX_SCENES_NODE_HPP_
5#include <unordered_set>
7#include <libsbx/ecs/registry.hpp>
8#include <libsbx/ecs/entity.hpp>
10namespace sbx::scenes {
12enum class node : std::uint32_t {
13 null = ecs::null_entity