no message

This commit is contained in:
Chris Danford
2002-06-27 17:49:10 +00:00
parent eaa6be3a71
commit cf9b808ea3
37 changed files with 551 additions and 285 deletions
+4 -12
View File
@@ -1,18 +1,16 @@
#pragma once
/*
-----------------------------------------------------------------------------
File: TransitionInvisible.cpp
Class: TransitionInvisible
Desc: Fades out or in.
Desc: Doesn't draw anything. Only used for timing.
Copyright (c) 2001-2002 by the person(s) listed below. All rights reserved.
Chris Danford
-----------------------------------------------------------------------------
*/
#ifndef _TransitionInvisible_H_
#define _TransitionInvisible_H_
#include "Transition.h"
#include "RageDisplay.h"
#include "RageSound.h"
@@ -23,14 +21,8 @@ class TransitionInvisible : public Transition
{
public:
TransitionInvisible();
virtual ~TransitionInvisible();
virtual void DrawPrimitives();
protected:
};
#endif