Unity: Fix 'abstract declaration' error in IDA header parsing
This commit is contained in:
@@ -1301,7 +1301,7 @@ typedef struct Il2CppObject
|
||||
{
|
||||
Il2CppClass *klass;
|
||||
Il2CppVTable *vtable;
|
||||
};
|
||||
} Il2CppClass;
|
||||
MonitorData *monitor;
|
||||
} Il2CppObject;
|
||||
typedef int32_t il2cpp_array_lower_bound_t;
|
||||
@@ -1596,7 +1596,7 @@ typedef struct Il2CppException
|
||||
Il2CppString* className;
|
||||
Il2CppString* message;
|
||||
Il2CppObject* _data;
|
||||
struct Il2CppException* inner_ex;
|
||||
Il2CppException* inner_ex;
|
||||
Il2CppString* _helpURL;
|
||||
Il2CppArray* trace_ips;
|
||||
Il2CppString* stack_trace;
|
||||
@@ -1847,7 +1847,7 @@ typedef struct Il2CppStringBuilder
|
||||
{
|
||||
Il2CppObject object;
|
||||
Il2CppArray* chunkChars;
|
||||
struct Il2CppStringBuilder* chunkPrevious;
|
||||
Il2CppStringBuilder* chunkPrevious;
|
||||
int chunkLength;
|
||||
int chunkOffset;
|
||||
int maxCapacity;
|
||||
@@ -2147,7 +2147,7 @@ typedef struct Il2CppVariant
|
||||
Il2CppIUnknown** ppunkVal;
|
||||
void** ppdispVal;
|
||||
Il2CppSafeArray** pparray;
|
||||
struct Il2CppVariant* pvarVal;
|
||||
Il2CppVariant* pvarVal;
|
||||
void* byref;
|
||||
char cVal;
|
||||
uint16_t uiVal;
|
||||
|
||||
Reference in New Issue
Block a user