Files
itgmania212121/stepmania/src/ScreenUnlock.h
T

23 lines
474 B
C++
Raw Normal View History

/*
-----------------------------------------------------------------------------
Class: ScreenUnlock
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 ScreenUnlock : public ScreenAttract
{
public:
2003-01-20 05:08:35 +00:00
ScreenUnlock() : ScreenAttract("ScreenUnlock","unlock") { };
};