8 lines
200 B
C
8 lines
200 B
C
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#pragma once
|
|
|
|
#include "CoreMinimal.h"
|
|
|
|
/** Main log category used across the project */
|
|
DECLARE_LOG_CATEGORY_EXTERN(LogAudioVideoRecord, Log, All); |