move RadarValues into a separate file

clean up usage of RadarValues
This commit is contained in:
Chris Danford
2004-07-11 07:21:33 +00:00
parent 5f58c7e2cf
commit 96ca652c94
26 changed files with 128 additions and 125 deletions
+3 -1
View File
@@ -8,6 +8,8 @@
#include "PlayerNumber.h"
#include <map>
struct RadarValues;
struct RowTrack: public pair<int,int>
{
RowTrack( const HoldNote &hn ): pair<int,int>( hn.iEndRow, hn.iTrack ) { }
@@ -78,7 +80,7 @@ public:
int LastTapNoteScoreTrack(unsigned row) const;
TapNoteScore LastTapNoteScore(unsigned row) const;
float GetActualRadarValue( RadarCategory rv, PlayerNumber pn, float fSongSeconds ) const;
void GetActualRadarValues( PlayerNumber pn, float fSongSeconds, RadarValues& out ) const;
private:
float GetActualStreamRadarValue( float fSongSeconds, PlayerNumber pn ) const;