Flecs
v4.1
A fast entity component system (ECS) for C & C++
Toggle main menu visibility
Loading...
Searching...
No Matches
decl.hpp
Go to the documentation of this file.
1
5
6
#pragma once
7
8
namespace
flecs {
9
17
18
using
from_json_desc_t =
ecs_from_json_desc_t
;
19
using
entity_to_json_desc_t =
ecs_entity_to_json_desc_t
;
20
using
iter_to_json_desc_t =
ecs_iter_to_json_desc_t
;
21
23
24
}
ecs_entity_to_json_desc_t
struct ecs_entity_to_json_desc_t ecs_entity_to_json_desc_t
Used with ecs_entity_to_json().
ecs_from_json_desc_t
struct ecs_from_json_desc_t ecs_from_json_desc_t
Used with ecs_ptr_from_json(), ecs_entity_from_json().
ecs_iter_to_json_desc_t
struct ecs_iter_to_json_desc_t ecs_iter_to_json_desc_t
Used with ecs_iter_to_json().