17 lines
506 B
C
17 lines
506 B
C
// Copyright HTC Corporation. All Rights Reserved.
|
|
#pragma once
|
|
|
|
#include "HAL/Platform.h"
|
|
|
|
#include "External/openxr/openxr.h"
|
|
#include "External/openxr/openxr_platform.h"
|
|
#include "External/openxr/openxr_platform_defines.h"
|
|
#include "External/openxr/openxr_reflection.h"
|
|
#include "External/openxr/openxr_reflection_parent_structs.h"
|
|
#include "External/openxr/openxr_reflection_structs.h"
|
|
|
|
#include "IOpenXRHMDModule.h"
|
|
#include "IOpenXRExtensionPlugin.h"
|
|
#include "OpenXRCore.h"
|
|
#include "CoreMinimal.h"
|