You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#rn Minor, Core #rb Brandon.Schaefer #preflight 63853f86766a2aeed2bd362e [CL 23299497 by Matt Peters in ue5-main branch]
11 lines
184 B
C
11 lines
184 B
C
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#pragma once
|
|
|
|
#if WITH_ENGINE
|
|
|
|
#include "Logging/LogMacros.h"
|
|
|
|
DECLARE_LOG_CATEGORY_EXTERN(LogZipArchive, Display, Display);
|
|
|
|
#endif |