11 APPLOG_TRACE(
"{}::{}", hpp::type_name_str(*
this), __func__);
18 APPLOG_TRACE(
"{}::{}", hpp::type_name_str(*
this), __func__);
#define APPLOG_TRACE(...)
auto deinit(rtti::context &ctx) -> bool
Deinitializes the ECS with the given context.
auto get_scene() -> scene &
Gets the current scene.
void unload_scene()
Unloads the current scene.
auto init(rtti::context &ctx) -> bool
Initializes the ECS with the given context.
Represents a scene in the ACE framework, managing entities and their relationships.
void unload()
Unloads the scene, removing all entities.