Files

9 lines
214 B
C
Raw Permalink Normal View History

// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
#pragma once
#if WITH_GAMELIFT_CLIENT
DECLARE_LOG_CATEGORY_EXTERN(GameLiftClientLog, Log, All);
#endif