autosync screen cleanup

This commit is contained in:
Chris Danford
2006-02-06 06:50:10 +00:00
parent 1e19360944
commit 1fb529668c
3 changed files with 39 additions and 1 deletions
@@ -10,11 +10,19 @@ class ScreenGameplaySyncMachine : public ScreenGameplayNormal
public:
virtual void Init();
virtual void Update( float fDelta );
virtual ScreenType GetScreenType() const { return system_menu; }
void HandleScreenMessage( const ScreenMessage SM );
void ResetAndRestartCurrentSong();
protected:
void RefreshText();
Song m_Song;
const Steps *m_pSteps;
BitmapText m_textSyncInfo;
};
#endif