Files
itgmania212121/stepmania/src/ScreenSongOptions.h
T
2003-09-29 07:19:03 +00:00

25 lines
563 B
C++

/*
-----------------------------------------------------------------------------
File: ScreenSongOptions.h
Copyright (c) 2001-2002 by the person(s) listed below. All rights reserved.
-----------------------------------------------------------------------------
*/
#ifndef SCREEN_SONG_OPTIONS_H
#define SCREEN_SONG_OPTIONS_H
#include "ScreenOptionsMaster.h"
class ScreenSongOptions : public ScreenOptionsMaster
{
public:
ScreenSongOptions( CString sName );
static CString GetNextScreen();
private:
void GoToNextState();
void GoToPrevState();
};
#endif