mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-30 03:00:01 +00:00
sketch out artifact types for new rdi baking pass
This commit is contained in:
@@ -220,7 +220,7 @@ RDI_SectionMemberTable:
|
||||
|
||||
@gen(catchall)
|
||||
{
|
||||
@expand(RDI_SectionTable a) `$(a.name != COUNT -> "typedef " .. a.element_type .. " RDI_SectionElementType_" .. a.name .. ";")`;
|
||||
@expand(RDI_SectionTable a) `$(a.name != COUNT && a.name != NULL -> "typedef " .. a.element_type .. =>40 .. " RDI_SectionElementType_" .. a.name .. ";")`;
|
||||
``;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user