fix comments

This commit is contained in:
Glenn Maynard
2004-01-15 03:13:26 +00:00
parent 71e2f1d8d7
commit e2319874ac
+3 -3
View File
@@ -34,9 +34,9 @@ public:
void SetPrefs(float MixVol);
void Update(float delta);
void StartMixing( RageSoundBase *snd ); /* used by RageSoundBase */
void StopMixing( RageSoundBase *snd ); /* used by RageSoundBase */
int GetPosition( const RageSoundBase *snd ) const; /* used by RageSoundBase */
void StartMixing( RageSoundBase *snd ); /* used by RageSound */
void StopMixing( RageSoundBase *snd ); /* used by RageSound */
int GetPosition( const RageSoundBase *snd ) const; /* used by RageSound */
float GetPlayLatency() const;
int GetDriverSampleRate( int rate ) const;
const set<RageSound *> &GetPlayingSounds() const { return playing_sounds; }