mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-14 17:28:07 +00:00
sketch out more locals baking stuff, + notes for unit-arrangement pass
This commit is contained in:
+4
-3
@@ -387,9 +387,10 @@ RDI_MemberKind_NestedType = 0x0300,
|
||||
typedef RDI_U8 RDI_ContainerKind;
|
||||
typedef enum RDI_ContainerKindEnum
|
||||
{
|
||||
RDI_ContainerKind_Type = 0x0,
|
||||
RDI_ContainerKind_Scope = 0x1,
|
||||
RDI_ContainerKind_Namespace = 0x2,
|
||||
RDI_ContainerKind_Unit = 0x0,
|
||||
RDI_ContainerKind_Type = 0x1,
|
||||
RDI_ContainerKind_Scope = 0x2,
|
||||
RDI_ContainerKind_Namespace = 0x3,
|
||||
} RDI_ContainerKindEnum;
|
||||
|
||||
typedef RDI_U8 RDI_ContainerFlags;
|
||||
|
||||
Reference in New Issue
Block a user