Files
itgmania212121/stepmania/src/ScreenPlayerOptions.h
T
2003-02-12 15:56:01 +00:00

34 lines
613 B
C++

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