From 48ddbf625cf977a28f3ce12863ece1f06b15ef82 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 16 Feb 2003 02:25:46 +0000 Subject: [PATCH] whoops, wrong header --- stepmania/src/InputFilter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/InputFilter.h b/stepmania/src/InputFilter.h index 180bad299c..749e1255ba 100644 --- a/stepmania/src/InputFilter.h +++ b/stepmania/src/InputFilter.h @@ -13,7 +13,7 @@ ----------------------------------------------------------------------------- */ -#include "RageInput.h" +#include "RageInputDevice.h" const float TIME_BEFORE_SLOW_REPEATS = 0.25f; const float TIME_BEFORE_FAST_REPEATS = 1.5f;