Files
itgmania212121/stepmania/src/ScreenLogo.h
T
2003-02-16 04:56:36 +00:00

32 lines
525 B
C++

#ifndef SCREENLOGO_H
#define SCREENLOGO_H
/*
-----------------------------------------------------------------------------
Class: ScreenLogo
Desc:
Copyright (c) 2001-2002 by the person(s) listed below. All rights reserved.
Chris Danford
-----------------------------------------------------------------------------
*/
#include "ScreenAttract.h"
class ScreenLogo : public ScreenAttract
{
public:
ScreenLogo();
protected:
Sprite m_sprLogo;
BitmapText m_textVersion;
BitmapText m_textSongs;
};
#endif