12345678910111213141516171819202122232425262728293031323334353637 |
- #include "pch-c.h"
- #ifndef _MSC_VER
- # include <alloca.h>
- #else
- # include <malloc.h>
- #endif
- #include "codegen/il2cpp-codegen-metadata.h"
- extern const CustomAttributesCacheGenerator g_UnityEngine_AttributeGenerators[];
- IL2CPP_EXTERN_C const Il2CppCodeGenModule g_UnityEngine_CodeGenModule;
- const Il2CppCodeGenModule g_UnityEngine_CodeGenModule =
- {
- "UnityEngine.dll",
- 0,
- NULL,
- 0,
- NULL,
- NULL,
- 0,
- NULL,
- 0,
- NULL,
- 0,
- NULL,
- NULL,
- g_UnityEngine_AttributeGenerators,
- NULL, // module initializer,
- NULL,
- NULL,
- NULL,
- };
|