Skip to content

Commit 1ac5f59

Browse files
author
byrcolin
committed
change to forward declare
Signed-off-by: byrcolin <[email protected]>
1 parent cb1f286 commit 1ac5f59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gems/XR/Code/Include/XR/XRInput.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@
1010

1111
#include <AzCore/Memory/SystemAllocator.h>
1212
#include <XR/XRBase.h>
13-
#include <XR/XRDevice.h>
1413
#include <XR/XRObject.h>
1514

1615
namespace XR
1716
{
1817
class Session;
1918
class Instance;
19+
class Device;
20+
2021
// This class will be responsible for creating XR::Input
2122
// which manage event queue or poll actions
2223
class Input

0 commit comments

Comments
 (0)