11 lines
222 B
C
11 lines
222 B
C
|
// Copyright (c) Meta Platforms, Inc. and affiliates.
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#include "OculusXRTelemetry.h"
|
||
|
|
||
|
namespace OculusXRTelemetry::Events
|
||
|
{
|
||
|
using FEditorStart = TMarker<191956532>;
|
||
|
} // namespace OculusXRTelemetry::Events
|