UnityEngine_CodeGen.c 536 B

12345678910111213141516171819202122232425262728293031323334353637
  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 const CustomAttributesCacheGenerator g_UnityEngine_AttributeGenerators[];
  9. IL2CPP_EXTERN_C const Il2CppCodeGenModule g_UnityEngine_CodeGenModule;
  10. const Il2CppCodeGenModule g_UnityEngine_CodeGenModule =
  11. {
  12. "UnityEngine.dll",
  13. 0,
  14. NULL,
  15. 0,
  16. NULL,
  17. NULL,
  18. 0,
  19. NULL,
  20. 0,
  21. NULL,
  22. 0,
  23. NULL,
  24. NULL,
  25. g_UnityEngine_AttributeGenerators,
  26. NULL, // module initializer,
  27. NULL,
  28. NULL,
  29. NULL,
  30. };