move def to where it belongs

This commit is contained in:
Glenn Maynard
2006-11-21 03:29:39 +00:00
parent 8676a40c8c
commit 1869848121
2 changed files with 13 additions and 14 deletions
+13
View File
@@ -212,6 +212,19 @@ static const char *TimingWindowNames[] = {
}; };
XToString( TimingWindow ); XToString( TimingWindow );
static const char *ScoreEventNames[] = {
"W1",
"W2",
"W3",
"W4",
"W5",
"Miss",
"HitMine",
"Held",
"LetGo",
};
XToString( ScoreEvent );
static const char *MemoryCardStateNames[] = { static const char *MemoryCardStateNames[] = {
"ready", "ready",
"checking", "checking",
-14
View File
@@ -18,20 +18,6 @@
PrefsManager* PREFSMAN = NULL; // global and accessable from anywhere in our program PrefsManager* PREFSMAN = NULL; // global and accessable from anywhere in our program
static const char *ScoreEventNames[] = {
"W1",
"W2",
"W3",
"W4",
"W5",
"Miss",
"HitMine",
"Held",
"LetGo",
};
XToString( ScoreEvent );
static const char *MusicWheelUsesSectionsNames[] = { static const char *MusicWheelUsesSectionsNames[] = {
"Never", "Never",
"Always", "Always",