converge raddbg to new conversion/raddbgi-make layers

This commit is contained in:
Ryan Fleury
2024-02-16 13:39:52 -08:00
parent 178719c479
commit 626ad29b91
2 changed files with 28 additions and 23 deletions
-11
View File
@@ -847,17 +847,6 @@ struct RDIM_BakeIdxRunMap
RDI_U32 idx_count;
};
//- rjf: line info
typedef struct RDIM_LineRec RDIM_LineRec;
struct RDIM_LineRec
{
RDI_U32 file_id;
RDI_U32 line_num;
RDI_U16 col_first;
RDI_U16 col_opl;
};
//- rjf: source info & path tree
typedef struct RDIM_BakePathNode RDIM_BakePathNode;