Files
UnrealEngine/Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/CADKernel.h
2025-05-18 13:04:45 +08:00

8 lines
187 B
C

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "CoreTypes.h"
#include "Logging/LogMacros.h"
CADKERNEL_API DECLARE_LOG_CATEGORY_EXTERN(LogDatasmith, Log, All);