13 lines
222 B
C#
13 lines
222 B
C#
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
using UnrealBuildTool;
|
|
using System;
|
|
using System.IO;
|
|
|
|
public class BLAKE3_VisionOS : BLAKE3
|
|
{
|
|
public BLAKE3_VisionOS(ReadOnlyTargetRules Target) : base(Target)
|
|
{
|
|
}
|
|
}
|