Add calling_convention to odin-doc Type format

This commit is contained in:
gingerBill
2021-04-18 19:26:21 +01:00
parent 9b3fb25a41
commit 4282688e60
2 changed files with 28 additions and 0 deletions

View File

@@ -134,6 +134,7 @@ struct OdinDocType {
i64 elem_counts[OdinDocType_ElemsCap];
// Each of these is esed by some types, not all
OdinDocString calling_convention;
OdinDocArray<OdinDocTypeIndex> types;
OdinDocArray<OdinDocEntityIndex> entities;
OdinDocTypeIndex polmorphic_params;