Files
itgmania212121/stepmania/src/ScreenMachineOptions.h
T

33 lines
664 B
C++
Raw Normal View History

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