Files
itgmania212121/stepmania/src/ScreenMachineOptions.h
T
Chris Danford d20d0ebc29 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
2003-03-27 01:56:21 +00:00

30 lines
597 B
C++

#ifndef SCREENMACHINEOPTIONS_H
#define SCREENMACHINEOPTIONS_H
/*
-----------------------------------------------------------------------------
File: ScreenMachineOptions
Desc: Select a song.
Copyright (c) 2001-2002 by the person(s) listed below. All rights reserved.
Chris Danford
-----------------------------------------------------------------------------
*/
#include "ScreenOptions.h"
class ScreenMachineOptions : public ScreenOptions
{
public:
ScreenMachineOptions();
private:
void ImportOptions();
void ExportOptions();
void GoToNextState();
void GoToPrevState();
};
#endif