Files
itgmania212121/stepmania/src/ScreenSelectGame.h
T
2003-09-27 22:30:51 +00:00

26 lines
539 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( CString sName );
private:
void ImportOptions();
void ExportOptions();
void GoToNextState();
void GoToPrevState();
};