10 lines
274 B
C
10 lines
274 B
C
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#pragma once
|
|
|
|
#include "Misc/CoreMiscDefines.h"
|
|
|
|
// IXRInput has been deprecated and will be removed in a future release.
|
|
UE_DEPRECATED_HEADER(5.6, "Use LegacyIXRInput.h instead of IXRInput.h")
|
|
|
|
#include "LegacyIXRInput.h" |