October3d55/M/PICOOpen7991a2a23d57V5/Source/PICOOpenXRPassthrough/Private/PICO_PassthroughPCH.h

14 lines
366 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>
#include <ThirdParty/openxr/openxr_pico.h>