Files
itgmania212121/stepmania/src/ScreenMachineOptions.h
T
2003-09-27 22:30:51 +00:00

30 lines
612 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( CString sName );
private:
void ImportOptions();
void ExportOptions();
void GoToNextState();
void GoToPrevState();
};
#endif