added size to vmp2::v4::rtn_t...

merge-requests/16/head
_xeroxz 3 years ago
parent b336e0145d
commit be14462907

@ -266,6 +266,7 @@ namespace vmp2
struct rtn_t
{
u32 size;
u32 code_block_count;
vmp2::v4::code_block_t code_blocks[ 1 ];
};

Loading…
Cancel
Save