added a transition between course songs

This commit is contained in:
Chris Danford
2002-08-01 03:15:27 +00:00
parent 32e07da63a
commit 4e1bd74ee6
26 changed files with 326 additions and 114 deletions
+4 -10
View File
@@ -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