remove old file

This commit is contained in:
Glenn Maynard
2004-05-02 00:18:54 +00:00
parent 363534a046
commit e96fb67f6c
-22
View File
@@ -1,22 +0,0 @@
/*
-----------------------------------------------------------------------------
Class: ScreenWarning
Desc: Base class for all attraction screens.
Copyright (c) 2001-2002 by the person(s) listed below. All rights reserved.
Chris Danford
-----------------------------------------------------------------------------
*/
#include "ScreenAttract.h"
class ScreenWarning : public ScreenAttract
{
public:
ScreenWarning( CString sClassName ) : ScreenAttract( sClassName ) {};
};