self-registering screen classes

This commit is contained in:
Chris Danford
2004-11-26 17:28:47 +00:00
parent b333841085
commit 7f336c2ce6
74 changed files with 147 additions and 43 deletions
+3 -3
View File
@@ -23,13 +23,13 @@ class ScreenSystemLayer : public Screen
Quad m_SkipBackground;
RageTimer SkipTimer;
void AddTimestampLine( const CString &txt, RageColor color );
void AddTimestampLine( const CString &txt, const RageColor &color );
void UpdateTimestampAndSkips();
public:
ScreenSystemLayer();
void SystemMessage( CString sMessage );
void SystemMessageNoAnimate( CString sMessage );
void SystemMessage( const CString &sMessage );
void SystemMessageNoAnimate( const CString &sMessage );
void ReloadCreditsText();
void RefreshCreditsMessages();
void Update( float fDeltaTime );