Files
itgmania212121/stepmania/src/SongCreditDisplay.h
T
2004-01-25 04:42:38 +00:00

23 lines
525 B
C++

#ifndef _SongCreditDisplay_H_
#define _SongCreditDisplay_H_
/*
-----------------------------------------------------------------------------
File: SongCreditDisplay.h
Desc: A graphic displayed in the SongCreditDisplay during Dancing.
Copyright (c) 2001-2002 by the person(s) listed below. All rights reserved.
Chris Danford
-----------------------------------------------------------------------------
*/
#include "BitmapText.h"
class SongCreditDisplay : public BitmapText
{
public:
SongCreditDisplay();
};
#endif