37 lines
904 B
C
37 lines
904 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[];
|
|
extern const int32_t* g_FieldOffsetTable[];
|
|
extern const Il2CppTypeDefinitionSizes* g_Il2CppTypeDefinitionSizesTable[];
|
|
IL2CPP_EXTERN_C const Il2CppMetadataRegistration g_MetadataRegistration;
|
|
const Il2CppMetadataRegistration g_MetadataRegistration =
|
|
{
|
|
13045,
|
|
g_Il2CppGenericTypes,
|
|
9100,
|
|
g_Il2CppGenericInstTable,
|
|
118345,
|
|
g_Il2CppGenericMethodFunctions,
|
|
37879,
|
|
g_Il2CppTypeTable,
|
|
137077,
|
|
g_Il2CppMethodSpecTable,
|
|
10310,
|
|
g_FieldOffsetTable,
|
|
10310,
|
|
g_Il2CppTypeDefinitionSizesTable,
|
|
0,
|
|
NULL,
|
|
};
|