From 6718633d12b63ab614860bf9f4ce538425884644 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 1 Jul 2005 04:39:59 +0000 Subject: [PATCH] steps.h doesn't need to depend on notedata.h (#2) --- stepmania/src/Steps.h | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/Steps.h b/stepmania/src/Steps.h index 1e5df9ad35..f55fe5a311 100644 --- a/stepmania/src/Steps.h +++ b/stepmania/src/Steps.h @@ -9,6 +9,7 @@ #include "RadarValues.h" #include "Difficulty.h" class Profile; +class NoteData; struct lua_State; const int MAX_EDIT_DESCRIPTION_LENGTH = 12;