Il2CppMetadataRegistration.c 992 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. #include "pch-c.h"
  2. #ifndef _MSC_VER
  3. # include <alloca.h>
  4. #else
  5. # include <malloc.h>
  6. #endif
  7. #include "codegen/il2cpp-codegen-metadata.h"
  8. extern Il2CppGenericClass* const g_Il2CppGenericTypes[];
  9. extern const Il2CppGenericInst* const g_Il2CppGenericInstTable[];
  10. extern const Il2CppGenericMethodFunctionsDefinitions g_Il2CppGenericMethodFunctions[];
  11. extern const Il2CppType* const g_Il2CppTypeTable[];
  12. extern const Il2CppMethodSpec g_Il2CppMethodSpecTable[];
  13. IL2CPP_EXTERN_C_CONST int32_t* g_FieldOffsetTable[];
  14. IL2CPP_EXTERN_C_CONST Il2CppTypeDefinitionSizes* g_Il2CppTypeDefinitionSizesTable[];
  15. IL2CPP_EXTERN_C const Il2CppMetadataRegistration g_MetadataRegistration;
  16. const Il2CppMetadataRegistration g_MetadataRegistration =
  17. {
  18. 10692,
  19. g_Il2CppGenericTypes,
  20. 6625,
  21. g_Il2CppGenericInstTable,
  22. 78741,
  23. g_Il2CppGenericMethodFunctions,
  24. 38432,
  25. g_Il2CppTypeTable,
  26. 95293,
  27. g_Il2CppMethodSpecTable,
  28. 13604,
  29. g_FieldOffsetTable,
  30. 13604,
  31. g_Il2CppTypeDefinitionSizesTable,
  32. 0,
  33. NULL,
  34. };