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 -2
View File
@@ -14,10 +14,9 @@
#include "InputMapper.h"
#include "ThemeManager.h"
#include "GameSoundManager.h"
#include "CommonMetrics.h"
#define NEXT_SCREEN THEME->GetMetric (m_sName,"NextScreen")
#define INITIAL_SCREEN THEME->GetMetric ("Common","InitialScreen")
#define JOIN_PAUSE_SECONDS THEME->GetMetricF("Common","JoinPauseSeconds")
ScreenAttract::ScreenAttract( CString sName, bool bResetGameState ) : Screen( sName )