Files
itgmania212121/stepmania/src/TransitionRectWipe.h
T
2002-05-19 01:59:48 +00:00

32 lines
622 B
C++

/*
-----------------------------------------------------------------------------
File: TransitionStarWipe.cpp
Desc: Black bands (horizontal window blinds) gradually close.
Copyright (c) 2001-2002 by the person(s) listed below. All rights reserved.
-----------------------------------------------------------------------------
*/
#ifndef _TransitionRectWipe_H_
#define _TransitionRectWipe_H_
#include "Transition.h"
#include "RageDisplay.h"
#include "RageSound.h"
class TransitionRectWipe : public Transition
{
public:
TransitionRectWipe();
~TransitionRectWipe();
virtual void DrawPrimitives();
};
#endif