support for Actor hierarchies, and re-write of RageMusic.

This commit is contained in:
Chris Danford
2001-12-11 11:25:37 +00:00
parent c597318ae6
commit ffd50d9087
18 changed files with 472 additions and 235 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ class Background : public Sprite
public:
void LoadFromSong( Song& song );
void Update( const FLOAT& fDeltaTime);
void Update( float fDeltaTime);
void Draw();
Sprite m_sprVis;