October3d55/M/PICOOpen7991a2a23d57V5/Source/PICOOpenXRMR/Private/PICO_MRPCH.h

13 lines
323 B
C

// Copyright 2023 PICO Inc. All Rights Reserved.
#pragma once
#include "HAL/Platform.h"
#if PLATFORM_ANDROID
#define XR_USE_PLATFORM_ANDROID 1
#include <android_native_app_glue.h>
#endif
#include <ThirdParty/openxr/openxr.h>
#include <ThirdParty/openxr/openxr_platform.h>
#include <ThirdParty/openxr/openxr_reflection.h>