[timingdata] Let's break things! (for now)
This commit is contained in:
+4
-1
@@ -284,7 +284,10 @@ public:
|
|||||||
bool Matches(RString sGroup, RString sSong) const;
|
bool Matches(RString sGroup, RString sSong) const;
|
||||||
|
|
||||||
/** @brief The Song's TimingData. */
|
/** @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;
|
typedef vector<BackgroundChange> VBackgroundChange;
|
||||||
private:
|
private:
|
||||||
|
|||||||
@@ -31,6 +31,9 @@ public:
|
|||||||
/** @brief Destroy the Steps that are no longer needed. */
|
/** @brief Destroy the Steps that are no longer needed. */
|
||||||
~Steps();
|
~Steps();
|
||||||
|
|
||||||
|
/** @brief Timing data */
|
||||||
|
TimingData m_SongTiming;
|
||||||
|
|
||||||
// initializers
|
// initializers
|
||||||
void AutogenFrom( const Steps *parent, StepsType ntTo );
|
void AutogenFrom( const Steps *parent, StepsType ntTo );
|
||||||
void CopyFrom( Steps* pSource, StepsType ntTo, float fMusicLengthSeconds );
|
void CopyFrom( Steps* pSource, StepsType ntTo, float fMusicLengthSeconds );
|
||||||
|
|||||||
Reference in New Issue
Block a user