123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- #include "il2cpp-config.h"
- #ifndef _MSC_VER
- # include <alloca.h>
- #else
- # include <malloc.h>
- #endif
- #include <cstring>
- #include <string.h>
- #include <stdio.h>
- #include <cmath>
- #include <limits>
- #include <assert.h>
- #include "il2cpp-class-internals.h"
- #include "codegen/il2cpp-codegen.h"
- extern Il2CppGenericClass* const s_Il2CppGenericTypes[];
- extern const Il2CppGenericInst* const g_Il2CppGenericInstTable[];
- extern const Il2CppGenericMethodFunctionsDefinitions s_Il2CppGenericMethodFunctions[];
- extern const RuntimeType* const g_Il2CppTypeTable[];
- extern const Il2CppMethodSpec g_Il2CppMethodSpecTable[];
- extern const int32_t* g_FieldOffsetTable[];
- extern const Il2CppTypeDefinitionSizes* g_Il2CppTypeDefinitionSizesTable[];
- extern void** const g_MetadataUsages[];
- extern const Il2CppMetadataRegistration g_MetadataRegistration =
- {
- 10470,
- s_Il2CppGenericTypes,
- 2389,
- g_Il2CppGenericInstTable,
- 15188,
- s_Il2CppGenericMethodFunctions,
- 26401,
- g_Il2CppTypeTable,
- 15606,
- g_Il2CppMethodSpecTable,
- 5384,
- g_FieldOffsetTable,
- 5384,
- g_Il2CppTypeDefinitionSizesTable,
- 25339,
- g_MetadataUsages,
- };
|