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>
14namespace sbx::scenes {
106enum class node : std::uint32_t {
107 null = ecs::null_entity