mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-05 13:28:40 +00:00
location block baking
This commit is contained in:
@@ -1467,6 +1467,13 @@ struct RDIM_LocationBakeResult
|
||||
RDI_U64 location_data_size;
|
||||
};
|
||||
|
||||
typedef struct RDIM_LocationBlockBakeResult RDIM_LocationBlockBakeResult;
|
||||
struct RDIM_LocationBlockBakeResult
|
||||
{
|
||||
RDI_LocationBlock *location_blocks;
|
||||
RDI_U64 location_blocks_count;
|
||||
};
|
||||
|
||||
typedef struct RDIM_GlobalVariableBakeResult RDIM_GlobalVariableBakeResult;
|
||||
struct RDIM_GlobalVariableBakeResult
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user