From c4a105a804c25415eaf79588b38a5d7fc8e75d70 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 31 Dec 2015 20:35:26 -0500 Subject: amgc_get_enum_members(): initial implementation. --- include/apimagic/apimagic.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/apimagic/apimagic.h b/include/apimagic/apimagic.h index 81d8036..d7a61ac 100644 --- a/include/apimagic/apimagic.h +++ b/include/apimagic/apimagic.h @@ -138,6 +138,9 @@ amgc_api int amgc_init_unit_meta (const struct amgc_unit_ctx *, struct amgc_uni amgc_api int amgc_get_unit_entities (const struct amgc_unit_ctx *, struct amgc_unit_meta *, struct amgc_unit_entities **); amgc_api void amgc_free_unit_entities (struct amgc_unit_entities *); +amgc_api int amgc_get_enum_members (const struct amgc_unit_ctx *, const union entity_t *, struct amgc_entity **); +amgc_api void amgc_free_enum_members (struct amgc_entity *); + #ifdef __cplusplus } #endif -- cgit v1.2.3