[FEAT] Structs and arrays supported as expression atoms
This commit is contained in:
1
types.h
1
types.h
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user