add raw ScreenAttract

This commit is contained in:
Glenn Maynard
2003-09-27 22:41:05 +00:00
parent b7d2ac18bd
commit afb5359915
+2
View File
@@ -299,6 +299,7 @@ void Screen::ClearMessageQueue( const ScreenMessage SM )
#include "ScreenEditCoursesMenu.h" #include "ScreenEditCoursesMenu.h"
#include "ScreenProfileOptions.h" #include "ScreenProfileOptions.h"
#include "ScreenExit.h" #include "ScreenExit.h"
#include "ScreenAttract.h"
Screen* Screen::Create( CString sClassName ) Screen* Screen::Create( CString sClassName )
{ {
@@ -319,6 +320,7 @@ Screen* Screen::Create( CString sClassName )
#define IF_RETURN(X) if(sClassName.CompareNoCase(#X)==0) return new X(sName); #define IF_RETURN(X) if(sClassName.CompareNoCase(#X)==0) return new X(sName);
IF_RETURN( ScreenAttract );
IF_RETURN( ScreenAppearanceOptions ); IF_RETURN( ScreenAppearanceOptions );
IF_RETURN( ScreenCaution ); IF_RETURN( ScreenCaution );
IF_RETURN( ScreenEdit ); IF_RETURN( ScreenEdit );