update
This commit is contained in:
@@ -274,6 +274,7 @@ void Screen::ClearMessageQueue( const ScreenMessage SM )
|
|||||||
#include "ScreenDemonstration.h"
|
#include "ScreenDemonstration.h"
|
||||||
#include "ScreenInstructions.h"
|
#include "ScreenInstructions.h"
|
||||||
#include "ScreenNameEntry.h"
|
#include "ScreenNameEntry.h"
|
||||||
|
#include "ScreenNameEntryTraditional.h"
|
||||||
#include "ScreenJukebox.h"
|
#include "ScreenJukebox.h"
|
||||||
#include "ScreenJukeboxMenu.h"
|
#include "ScreenJukeboxMenu.h"
|
||||||
#include "ScreenStyleSplash.h"
|
#include "ScreenStyleSplash.h"
|
||||||
@@ -376,6 +377,7 @@ Screen* Screen::Create( CString sClassName )
|
|||||||
IF_RETURN( ScreenDemonstration );
|
IF_RETURN( ScreenDemonstration );
|
||||||
IF_RETURN( ScreenInstructions );
|
IF_RETURN( ScreenInstructions );
|
||||||
IF_RETURN( ScreenNameEntry );
|
IF_RETURN( ScreenNameEntry );
|
||||||
|
IF_RETURN( ScreenNameEntryTraditional );
|
||||||
IF_RETURN( ScreenJukebox );
|
IF_RETURN( ScreenJukebox );
|
||||||
IF_RETURN( ScreenJukeboxMenu );
|
IF_RETURN( ScreenJukeboxMenu );
|
||||||
IF_RETURN( ScreenStyleSplash );
|
IF_RETURN( ScreenStyleSplash );
|
||||||
|
|||||||
@@ -175,6 +175,12 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\
|
|||||||
<File
|
<File
|
||||||
RelativePath="ScreenAttract.h">
|
RelativePath="ScreenAttract.h">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="ScreenBookkeeping.cpp">
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="ScreenBookkeeping.h">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="ScreenCaution.cpp">
|
RelativePath="ScreenCaution.cpp">
|
||||||
</File>
|
</File>
|
||||||
@@ -316,6 +322,12 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\
|
|||||||
<File
|
<File
|
||||||
RelativePath="ScreenNameEntry.h">
|
RelativePath="ScreenNameEntry.h">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="ScreenNameEntryTraditional.cpp">
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="ScreenNameEntryTraditional.h">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="ScreenOptions.cpp">
|
RelativePath="ScreenOptions.cpp">
|
||||||
</File>
|
</File>
|
||||||
@@ -1754,6 +1766,12 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\
|
|||||||
<File
|
<File
|
||||||
RelativePath="arch\ArchHooks\ArchHooks.cpp">
|
RelativePath="arch\ArchHooks\ArchHooks.cpp">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="Bookkeeper.cpp">
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="Bookkeeper.h">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\FontManager.cpp">
|
RelativePath=".\FontManager.cpp">
|
||||||
</File>
|
</File>
|
||||||
|
|||||||
Reference in New Issue
Block a user