Files
UnrealEngine/Engine/Plugins/Runtime/GameInput/Source/GameInputBase/Public/GameInputBaseIncludes.h
2025-05-18 13:04:45 +08:00

22 lines
467 B
C

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#if GAME_INPUT_SUPPORT
// #include "Microsoft/AllowMicrosoftPlatformTypes.h"
//
// THIRD_PARTY_INCLUDES_START
//
// #include "Microsoft/COMPointer.h"
// #include <GameInput.h>
//
// #if PLATFORM_WINDOWS
// #include <windef.h> // For APP_LOCAL_DEVICE_ID
// #endif // PLATFORM_WINDOWS
//
// THIRD_PARTY_INCLUDES_END
//
// #include "Microsoft/HideMicrosoftPlatformTypes.h"
#endif // GAME_INPUT_SUPPORT