added a transition between course songs
This commit is contained in:
@@ -1,18 +1,16 @@
|
||||
#pragma once
|
||||
/*
|
||||
-----------------------------------------------------------------------------
|
||||
File: TransitionFade.cpp
|
||||
Class: TransitionFade
|
||||
|
||||
Desc: Fades out or in.
|
||||
Desc: Fades whole screen to color.
|
||||
|
||||
Copyright (c) 2001-2002 by the person(s) listed below. All rights reserved.
|
||||
Chris Danford
|
||||
-----------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _TransitionFade_H_
|
||||
#define _TransitionFade_H_
|
||||
|
||||
|
||||
#include "Transition.h"
|
||||
#include "RageDisplay.h"
|
||||
#include "RageSound.h"
|
||||
@@ -31,7 +29,3 @@ protected:
|
||||
Quad m_rect;
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user