// Copyright Epic Games, Inc. All Rights Reserved. #pragma once #if WITH_ENGINE #include "Logging/LogMacros.h" DECLARE_LOG_CATEGORY_EXTERN(LogZipArchive, Display, Display); #endif