Transition away from Screen(sName).

This commit is contained in:
Glenn Maynard
2006-01-15 19:04:34 +00:00
parent 470c909ec6
commit ced8fd4561
26 changed files with 28 additions and 68 deletions
+1 -4
View File
@@ -37,10 +37,7 @@ static float GetTitleY( SetTimeSelection s ) { return g_Y[s]; }
static float GetValueX( SetTimeSelection s ) { return g_X[s] + 80; }
static float GetValueY( SetTimeSelection s ) { return g_Y[s]; }
REGISTER_SCREEN_CLASS( ScreenSetTime );
ScreenSetTime::ScreenSetTime( CString sClassName ) : ScreenWithMenuElements( sClassName )
{
}
REGISTER_SCREEN_CLASS_NEW( ScreenSetTime );
void ScreenSetTime::Init()
{