[FEAT] Structs and arrays supported as expression atoms

This commit is contained in:
2021-05-04 15:38:01 +02:00
parent 58808d33a5
commit 28b059c57e
4 changed files with 39 additions and 15 deletions

View File

@@ -11,3 +11,4 @@ const int types_add_member(const uint32_t type, const std::string name, const ui
const int types_member_exists(const uint32_t type, const std::string name);
const int types_get_member_type(const uint32_t type, const uint32_t member);
const int types_get_member_length(const uint32_t type, const uint32_t member);
const int types_get_member_offset(const uint32_t type, const uint32_t member);