Unity: Fix 'abstract declaration' error in IDA header parsing

This commit is contained in:
Katy Coe
2021-01-04 21:00:27 +01:00
parent 6ae14eff0b
commit 382495d0c7
43 changed files with 150 additions and 150 deletions

View File

@@ -1691,7 +1691,7 @@ struct Il2CppDecimal
} s2;
uint64_t lo64;
} u2;
};
} Il2CppClass;
typedef int16_t IL2CPP_VARIANT_BOOL;
typedef enum Il2CppVarType
{
@@ -1812,7 +1812,7 @@ typedef struct Il2CppVariant
} n2;
Il2CppDecimal decVal;
} n1;
};
} Il2CppVariant;
typedef struct Il2CppFileTime
{
uint32_t low;