Started the project. This right now only includes Meta XR and Android setup with VR template. More improvements to come!
10 lines
229 B
C++
10 lines
229 B
C++
// @lint-ignore-every LICENSELINT
|
|
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#pragma once
|
|
#include "IOpenXRExtensionPlugin.h"
|
|
|
|
class IOculusXROpenXRHMDPlugin : public IOpenXRExtensionPlugin, public IModuleInterface
|
|
{
|
|
};
|