diff --git a/stepmania/src/FontManager.h b/stepmania/src/FontManager.h index f2793840f2..bc842265ff 100644 --- a/stepmania/src/FontManager.h +++ b/stepmania/src/FontManager.h @@ -11,10 +11,13 @@ ----------------------------------------------------------------------------- */ -#include "Font.h" +#include "RageUtil.h" #include "Game.h" #include +class Font; +class IniFile; +struct FontPageSettings; //----------------------------------------------------------------------------- // FontManager Class Declarations