Started the project. This right now only includes Meta XR and Android setup with VR template. More improvements to come!
8 lines
155 B
C
8 lines
155 B
C
// Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
|
|
#pragma once
|
|
|
|
#include "CoreMinimal.h"
|
|
|
|
DECLARE_LOG_CATEGORY_EXTERN(LogOculusXRMovement, Log, All);
|