Files
itgmania212121/stepmania/src/ScreenSelectGame.h
T
2002-09-23 07:35:47 +00:00

26 lines
524 B
C++

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