location data / location block baking

This commit is contained in:
Ryan Fleury
2025-09-05 15:19:30 -07:00
parent cd77ddb1b7
commit ee8dc27428
3 changed files with 152 additions and 3 deletions
+3
View File
@@ -906,6 +906,7 @@ struct RDIM_Symbol
RDIM_Type *container_type;
struct RDIM_Scope *root_scope;
RDIM_LocationSet frame_base;
RDIM_LocationCaseList location_cases;
RDIM_String8 value_data;
};
@@ -1537,6 +1538,8 @@ struct RDIM_BakeResults
RDIM_FilePathBakeResult file_paths;
RDIM_StringBakeResult strings;
RDIM_IndexRunBakeResult idx_runs;
RDIM_LocationBakeResult locations;
RDIM_LocationBlockBakeResult location_blocks2;
RDIM_String8 location_blocks;
RDIM_String8 location_data;
};