Files
itgmania212121/stepmania/src/ScreenCompany.h
T
Chris Danford 31aa613295 Cleanup of theme element names
Renamed ScreenSelectMax* back to their old names
Replaced all hard-coded transitions with TransitionBGAnimations
2003-03-09 00:55:49 +00:00

24 lines
470 B
C++

/*
-----------------------------------------------------------------------------
Class: ScreenCompany
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 ScreenCompany : public ScreenAttract
{
public:
ScreenCompany() : ScreenAttract("ScreenCompany") { };
};