Autogen group Nonstop courses in addition to group Endless courses

Add toggle for Autogen of missing NotesTypes
Add toggle for Autogen Nonstop and Endless courses
This commit is contained in:
Chris Danford
2003-03-27 02:19:47 +00:00
parent b83bf351ce
commit f8de2ad373
4 changed files with 120 additions and 3 deletions
+29
View File
@@ -0,0 +1,29 @@
#ifndef ScreenAutogenOptions_H
#define ScreenAutogenOptions_H
/*
-----------------------------------------------------------------------------
File: ScreenAutogenOptions
Desc: Select a song.
Copyright (c) 2001-2002 by the person(s) listed below. All rights reserved.
Chris Danford
-----------------------------------------------------------------------------
*/
#include "ScreenOptions.h"
class ScreenAutogenOptions : public ScreenOptions
{
public:
ScreenAutogenOptions();
private:
void ImportOptions();
void ExportOptions();
void GoToNextState();
void GoToPrevState();
};
#endif