move all metrics in the "Common" group into one header file

This commit is contained in:
Chris Danford
2004-07-17 22:15:39 +00:00
parent 28d25210a2
commit da775dbd3e
8 changed files with 56 additions and 17 deletions
+1 -4
View File
@@ -2,10 +2,7 @@
#include "PlayerNumber.h"
#include "ThemeManager.h"
#include "GameState.h"
#define COLOR_P1 THEME->GetMetricC("Common","ColorP1")
#define COLOR_P2 THEME->GetMetricC("Common","ColorP2")
#include "CommonMetrics.h"
RageColor PlayerToColor( PlayerNumber pn )