diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/apimagic/apimagic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/apimagic/apimagic.h b/include/apimagic/apimagic.h index a93615f..7876527 100644 --- a/include/apimagic/apimagic.h +++ b/include/apimagic/apimagic.h @@ -111,6 +111,7 @@ struct amgc_define { struct amgc_entity { const union entity_t * entity; + const union type_t * reftype; const char * altname; int enumval; int ptrdepth; |