Files
itgmania212121/stepmania/src/ScreenGameplayOptions.h
T
2003-02-01 01:11:00 +00:00

27 lines
531 B
C++

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