3.0 beta 4

This commit is contained in:
Chris Danford
2002-07-11 19:02:26 +00:00
parent f8042bcc52
commit 82e52c1306
73 changed files with 1936 additions and 731 deletions
+4
View File
@@ -25,9 +25,13 @@ public:
virtual void Update( float fDeltaTime );
void StopTimer();
void StallTimer();
void SetTimer( int iTimerSeconds );
protected:
float m_fSecondsLeft;
float m_fStallSeconds;
bool m_bTimerStopped;
BitmapText m_textDigit1;
BitmapText m_textDigit2;