use a message to communicate credits line changes

This commit is contained in:
Glenn Maynard
2005-02-28 05:01:50 +00:00
parent 3a57d2559e
commit 7aef68aa7b
3 changed files with 20 additions and 7 deletions
+3 -1
View File
@@ -13,11 +13,13 @@ class ScreenSystemLayer : public Screen
{
public:
ScreenSystemLayer();
virtual ~ScreenSystemLayer();
virtual void Init();
void HandleMessage( const CString &sCommandName );
void SystemMessage( const CString &sMessage );
void SystemMessageNoAnimate( const CString &sMessage );
void ReloadCreditsText();
void RefreshCreditsMessages();
void Update( float fDeltaTime );
private: