remove old file
This commit is contained in:
@@ -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 ) {};
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user