Files
itgmania212121/stepmania/src/ScreenMemoryCard.h
T

24 lines
459 B
C++
Raw Normal View History

/*
-----------------------------------------------------------------------------
Class: ScreenMemoryCard
Desc: .
Copyright (c) 2001-2002 by the person(s) listed below. All rights reserved.
Chris Danford
-----------------------------------------------------------------------------
*/
#include "ScreenAttract.h"
class ScreenMemoryCard : public ScreenAttract
{
public:
2003-01-20 05:08:35 +00:00
ScreenMemoryCard() : ScreenAttract("ScreenMemoryCard","memory card") { };
};