Add function to get appropriate SongPosition.

This restore highlighting areas in Song Timing.
This does NOT readjust the highlighted area when
timing modes are switched.
This commit is contained in:
Jason Felds
2011-06-01 13:41:49 -04:00
parent 6faaa92891
commit c57d0eeed5
2 changed files with 15 additions and 2 deletions
+4
View File
@@ -580,6 +580,10 @@ private:
* @brief Retrieve the appropriate TimingData based on GAMESTATE.
* @return the proper TimingData. */
TimingData & GetAppropriateTiming() const;
/**
* @brief Retrieve the appropriate SongPosition data based on GAMESTATE.
* @return the proper SongPosition. */
SongPosition & GetAppropriatePosition() const;
void SetBeat(float fBeat);
float GetBeat();
int GetRow();