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
@@ -26,14 +26,11 @@
#include "StageStats.h"
#include "GameConstantsAndTypes.h"
#include "StepMania.h"
#include "CommonMetrics.h"
#include <ctime>
#include <set>
#define DEFAULT_MODIFIERS THEME->GetMetric( "Common","DefaultModifiers" )
#define DEFAULT_CPU_MODIFIERS THEME->GetMetric( "Common","DefaultCpuModifiers" )
#define DIFFICULTIES_TO_SHOW THEME->GetMetric( "Common","DifficultiesToShow" )
#define COURSE_DIFFICULTIES_TO_SHOW THEME->GetMetric( "Common","CourseDifficultiesToShow" )
GameState* GAMESTATE = NULL; // global and accessable from anywhere in our program