[timingdata] Let's break things! (for now)

This commit is contained in:
Thai Pangsakulyanont
2011-05-08 00:58:03 +07:00
parent 33bd307041
commit 94f112e923
2 changed files with 7 additions and 1 deletions
+4 -1
View File
@@ -284,7 +284,10 @@ public:
bool Matches(RString sGroup, RString sSong) const;
/** @brief The Song's TimingData. */
TimingData m_Timing;
TimingData m_SongTiming;
/** @brief The initial offset of a song. */
float m_fBeat0OffsetInSeconds;
typedef vector<BackgroundChange> VBackgroundChange;
private:
+3
View File
@@ -31,6 +31,9 @@ public:
/** @brief Destroy the Steps that are no longer needed. */
~Steps();
/** @brief Timing data */
TimingData m_SongTiming;
// initializers
void AutogenFrom( const Steps *parent, StepsType ntTo );
void CopyFrom( Steps* pSource, StepsType ntTo, float fMusicLengthSeconds );