37 lines
920 B
C
37 lines
920 B
C
#include "pch-c.h"
|
|
|
|
|
|
#include "codegen/il2cpp-codegen-metadata.h"
|
|
|
|
|
|
|
|
|
|
|
|
extern Il2CppGenericClass* const g_Il2CppGenericTypes[];
|
|
extern const Il2CppGenericInst* const g_Il2CppGenericInstTable[];
|
|
extern const Il2CppGenericMethodFunctionsDefinitions g_Il2CppGenericMethodFunctions[];
|
|
extern const Il2CppType* const g_Il2CppTypeTable[];
|
|
extern const Il2CppMethodSpec g_Il2CppMethodSpecTable[];
|
|
IL2CPP_EXTERN_C_CONST int32_t* g_FieldOffsetTable[];
|
|
IL2CPP_EXTERN_C_CONST Il2CppTypeDefinitionSizes* g_Il2CppTypeDefinitionSizesTable[];
|
|
IL2CPP_EXTERN_C const Il2CppMetadataRegistration g_MetadataRegistration;
|
|
const Il2CppMetadataRegistration g_MetadataRegistration =
|
|
{
|
|
11046,
|
|
g_Il2CppGenericTypes,
|
|
7948,
|
|
g_Il2CppGenericInstTable,
|
|
108624,
|
|
g_Il2CppGenericMethodFunctions,
|
|
32844,
|
|
g_Il2CppTypeTable,
|
|
123850,
|
|
g_Il2CppMethodSpecTable,
|
|
8733,
|
|
g_FieldOffsetTable,
|
|
8733,
|
|
g_Il2CppTypeDefinitionSizesTable,
|
|
0,
|
|
NULL,
|
|
};
|