simplify NoteSkinManager::GetNoteSkinNames, add bFilterDefault

This commit is contained in:
Glenn Maynard
2004-09-06 03:19:15 +00:00
parent e717cc88f0
commit d6ffc80ba2
2 changed files with 23 additions and 24 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ public:
~NoteSkinManager();
void RefreshNoteSkinData( const Game* game );
void GetNoteSkinNames( const Game* game, CStringArray &AddTo );
void GetNoteSkinNames( const Game* game, CStringArray &AddTo, bool bFilterDefault=true );
void GetNoteSkinNames( CStringArray &AddTo ); // looks up current const Game* in GAMESTATE
bool DoesNoteSkinExist( CString sSkinName ); // looks up current const Game* in GAMESTATE