Metahuman_DNA_Calibration/dnacalib/DNACalib/include/status/Status.h

17 lines
256 B
C
Raw Permalink Normal View History

2022-10-31 18:15:50 +08:00
// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "status/Defs.h"
#include "status/StatusCode.h"
namespace sc {
class SCAPI Status {
public:
static bool isOk();
static StatusCode get();
};
} // namespace sc