16 lines
399 B
C
16 lines
399 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>
|
|
|
|
#define XR_FACE_EXPRESSION_COUNT_BD 0
|
|
#define XR_LIP_EXPRESSION_COUNT_BD 0 |