Added the basis for ScreenNetEvaluation. It doesn't ACTUALLY do anything

yet, but this will make it easier to work on by committing it.
This commit is contained in:
Charles Lohr
2004-08-31 15:44:19 +00:00
parent ed80b87f3e
commit 7434ab383b
7 changed files with 45 additions and 11 deletions
+2
View File
@@ -267,6 +267,7 @@ void Screen::ClearMessageQueue( const ScreenMessage SM )
#include "ScreenTestSound.h"
#include "ScreenTitleMenu.h"
#include "ScreenNetSelectMusic.h"
#include "ScreenNetEvaluation.h"
#include "ScreenEz2SelectMusic.h"
#include "ScreenRanking.h"
#include "ScreenLogo.h"
@@ -338,6 +339,7 @@ Screen* Screen::Create( CString sClassName )
IF_RETURN( ScreenTitleMenu );
IF_RETURN( ScreenEz2SelectMusic );
IF_RETURN( ScreenNetSelectMusic );
IF_RETURN( ScreenNetEvaluation );
IF_RETURN( ScreenRanking );
IF_RETURN( ScreenLogo );
IF_RETURN( ScreenUnlock );