You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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]
12 lines
219 B
C
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
|