Files
UnrealEngineUWP/Engine/Source/Runtime/InputDevice/Public/InputDevice.h
2014-03-14 14:13:41 -04:00

11 lines
201 B
C

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