46 lines
910 B
C
46 lines
910 B
C
#include "pch-c.h"
|
|
#ifndef _MSC_VER
|
|
# include <alloca.h>
|
|
#else
|
|
# include <malloc.h>
|
|
#endif
|
|
|
|
|
|
#include "codegen/il2cpp-codegen-metadata.h"
|
|
|
|
|
|
|
|
|
|
|
|
// 0x00000001 System.Void UnityEngine.XR.OpenXR.Features.OculusQuestSupport.OculusQuestFeature::.ctor()
|
|
extern void OculusQuestFeature__ctor_mF38393F1A5FA04C3AF781D82EC58A4CBB9D85AA2 (void);
|
|
static Il2CppMethodPointer s_methodPointers[1] =
|
|
{
|
|
OculusQuestFeature__ctor_mF38393F1A5FA04C3AF781D82EC58A4CBB9D85AA2,
|
|
};
|
|
static const int32_t s_InvokerIndices[1] =
|
|
{
|
|
9824,
|
|
};
|
|
IL2CPP_EXTERN_C const Il2CppCodeGenModule g_Unity_XR_OpenXR_Features_OculusQuestSupport_CodeGenModule;
|
|
const Il2CppCodeGenModule g_Unity_XR_OpenXR_Features_OculusQuestSupport_CodeGenModule =
|
|
{
|
|
"Unity.XR.OpenXR.Features.OculusQuestSupport.dll",
|
|
1,
|
|
s_methodPointers,
|
|
0,
|
|
NULL,
|
|
s_InvokerIndices,
|
|
0,
|
|
NULL,
|
|
0,
|
|
NULL,
|
|
0,
|
|
NULL,
|
|
NULL,
|
|
NULL, // module initializer,
|
|
NULL,
|
|
NULL,
|
|
NULL,
|
|
};
|