Addition of ScreenNetSelectMusic.

This commit is contained in:
Charles Lohr
2004-08-26 08:06:22 +00:00
parent e73f3a606b
commit 4fc0495423
6 changed files with 675 additions and 1 deletions
+2
View File
@@ -266,6 +266,7 @@ void Screen::ClearMessageQueue( const ScreenMessage SM )
#include "ScreenTestFonts.h"
#include "ScreenTestSound.h"
#include "ScreenTitleMenu.h"
#include "ScreenNetSelectMusic.h"
#include "ScreenEz2SelectMusic.h"
#include "ScreenRanking.h"
#include "ScreenLogo.h"
@@ -336,6 +337,7 @@ Screen* Screen::Create( CString sClassName )
IF_RETURN( ScreenTestSound );
IF_RETURN( ScreenTitleMenu );
IF_RETURN( ScreenEz2SelectMusic );
IF_RETURN( ScreenNetSelectMusic );
IF_RETURN( ScreenRanking );
IF_RETURN( ScreenLogo );
IF_RETURN( ScreenUnlock );