reduce dependency

This commit is contained in:
Glenn Maynard
2003-12-22 23:27:54 +00:00
parent a7eb381bbb
commit aad110f8e8
4 changed files with 3 additions and 2 deletions
+1
View File
@@ -2,6 +2,7 @@
#include "ComboGraph.h"
#include "ThemeManager.h"
#include "RageLog.h"
#include "StageStats.h"
const int MinComboSizeToShow = 5;
+1 -1
View File
@@ -3,10 +3,10 @@
#include "ActorFrame.h"
#include "PlayerNumber.h"
#include "StageStats.h"
#include "Sprite.h"
#include "BitmapText.h"
struct StageStats;
class ComboGraph: public ActorFrame
{
public:
+1
View File
@@ -4,6 +4,7 @@
#include "RageTextureManager.h"
#include "RageDisplay.h"
#include "RageUtil.h"
#include "StageStats.h"
//#define DIVIDE_LINE_WIDTH THEME->GetMetricI(m_sName,"TexturedBottomHalf")
-1
View File
@@ -3,7 +3,6 @@
#include "ActorFrame.h"
#include "PlayerNumber.h"
#include "StageStats.h"
#include "RageTexture.h"
class GraphDisplay: public ActorFrame