add switch game code

This commit is contained in:
Chris Danford
2003-09-25 02:16:37 +00:00
parent eaa2fe11df
commit ca7a13deaa
6 changed files with 38 additions and 2 deletions
+1
View File
@@ -32,6 +32,7 @@ public:
Style GetEditorStyleForNotesType( StepsType nt );
void GetEnabledGames( vector<Game>& aGamesOut );
bool IsGameEnabled( Game game );
static int NotesTypeToNumTracks( StepsType nt );
static StepsType StringToNotesType( CString sNotesType );