Flecs
v3.1
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
decl.hpp
Go to the documentation of this file.
1
6
#pragma once
7
8
namespace
flecs {
9
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
24
}
ecs_entity_to_json_desc_t
Used with ecs_iter_to_json.
Definition:
json.h:191
ecs_from_json_desc_t
Used with ecs_ptr_from_json, ecs_entity_from_json.
Definition:
json.h:33
ecs_iter_to_json_desc_t
Used with ecs_iter_to_json.
Definition:
json.h:241