14 lines
317 B
C
14 lines
317 B
C
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#pragma once
|
|
|
|
#if WITH_AMD_AGS
|
|
#include "D3D12ThirdParty.h"
|
|
|
|
#include "Microsoft/AllowMicrosoftPlatformTypes.h"
|
|
THIRD_PARTY_INCLUDES_START
|
|
#include <amd_ags.h>
|
|
THIRD_PARTY_INCLUDES_END
|
|
#include "Microsoft/HideMicrosoftPlatformTypes.h"
|
|
#endif // WITH_AMD_AGS
|