Files
UnrealEngineUWP/Engine/Source/Runtime/InputDevice/Public/InputDevice.h
Marc Audy 1eb122c09e MacApplication now enumerates and ticks IInputDeviceModule implementatations
Fix bad #ifndef and comment in InputDevice headers
Partially from PR #940: Export input device to allow game input device plugins (Contributed by lion03)

[CL 2484846 by Marc Audy in Main branch]
2015-03-19 14:12:11 -04:00

12 lines
219 B
C

// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
#ifndef __INPUTDEVICE_H__
#define __INPUTDEVICE_H__
#include "Core.h"
#include "Engine.h"
#include "IInputDevice.h"
#include "IInputDeviceModule.h"
#endif