Started the project. This right now only includes Meta XR and Android setup with VR template. More improvements to come!
15 lines
239 B
C++
15 lines
239 B
C++
// Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
|
|
#pragma once
|
|
|
|
#include "OculusXRAnchorTypes.h"
|
|
#include "OculusXRSceneTypes.h"
|
|
|
|
namespace OculusXRScene
|
|
{
|
|
struct OCULUSXRSCENE_API FOculusXRScene
|
|
{
|
|
|
|
};
|
|
} // namespace OculusXRScene
|