From d52537825b30d805b5b310e31aa3d3f0dccd75c5 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 16 Feb 2003 20:16:07 +0000 Subject: [PATCH] use RageInputDevice (though RageInput is so simple now this isn't as useful) --- stepmania/src/InputMapper.h | 2 +- stepmania/src/ScreenManager.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/InputMapper.h b/stepmania/src/InputMapper.h index a2c99d9f78..6b789eaba1 100644 --- a/stepmania/src/InputMapper.h +++ b/stepmania/src/InputMapper.h @@ -13,7 +13,7 @@ ----------------------------------------------------------------------------- */ -#include "RageInput.h" +#include "RageInputDevice.h" #include "GameInput.h" #include "MenuInput.h" #include "StyleInput.h" diff --git a/stepmania/src/ScreenManager.h b/stepmania/src/ScreenManager.h index 5121503e6b..37e554ece4 100644 --- a/stepmania/src/ScreenManager.h +++ b/stepmania/src/ScreenManager.h @@ -12,7 +12,7 @@ */ -#include "RageInput.h" +#include "RageInputDevice.h" #include "song.h" #include "Notes.h" #include "Screen.h"