8 lines
130 B
C
8 lines
130 B
C
|
// Copyright (c) Meta Platforms, Inc. and affiliates.
|
|||
|
|
|||
|
#pragma once
|
|||
|
namespace OculusXRTelemetry
|
|||
|
{
|
|||
|
void SpawnNotification();
|
|||
|
}
|