30 lines
517 B
C++
30 lines
517 B
C++
#include "stdafx.h"
|
|
/*
|
|
-----------------------------------------------------------------------------
|
|
Class: TransitionInvisible
|
|
|
|
Desc: See header.
|
|
|
|
Copyright (c) 2001-2002 by the person(s) listed below. All rights reserved.
|
|
Chris Danford
|
|
-----------------------------------------------------------------------------
|
|
*/
|
|
|
|
|
|
#include "RageUtil.h"
|
|
|
|
#include "TransitionInvisible.h"
|
|
#include "GameConstantsAndTypes.h"
|
|
|
|
|
|
|
|
TransitionInvisible::TransitionInvisible()
|
|
{
|
|
}
|
|
|
|
void TransitionInvisible::DrawPrimitives()
|
|
{
|
|
}
|
|
|
|
|