1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 03:28:20 +02:00

Debugger reflection updates

This commit is contained in:
Brian Fiete 2020-09-14 07:52:08 -07:00
parent 702eee993c
commit b141f341db
2 changed files with 3 additions and 0 deletions

View file

@ -64,6 +64,7 @@ struct Fake_Type_Data
{
int32 mSize;
int32 mTypeId;
int32 mBoxedType;
int32 mTypeFlags;
};