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
+3 -7
View File
@@ -1,11 +1,12 @@
#include "stdafx.h"
/*
-----------------------------------------------------------------------------
File: TransitionInvisible.cpp
Class: TransitionInvisible
Desc: Fades out or in.
Desc: See header.
Copyright (c) 2001-2002 by the person(s) listed below. All rights reserved.
Chris Danford
-----------------------------------------------------------------------------
*/
@@ -21,11 +22,6 @@ TransitionInvisible::TransitionInvisible()
{
}
TransitionInvisible::~TransitionInvisible()
{
}
void TransitionInvisible::DrawPrimitives()
{
}