Files
itgmania212121/stepmania/src/ScreenHowToPlay.h
T

23 lines
490 B
C++

/*
-----------------------------------------------------------------------------
Class: ScreenHowToPlay
Desc: Base class for all attraction screens.
Copyright (c) 2001-2002 by the person(s) listed below. All rights reserved.
Chris Danford
-----------------------------------------------------------------------------
*/
#include "ScreenAttract.h"
class ScreenHowToPlay : public ScreenAttract
{
public:
ScreenHowToPlay() : ScreenAttract("ScreenHowToPlay","how to play") {};
};