added BackgroundChange editing and DWI saving to editor

This commit is contained in:
Chris Danford
2002-08-23 20:18:29 +00:00
parent 36d81d0e1c
commit a0c7d5bd22
41 changed files with 906 additions and 449 deletions
+5 -6
View File
@@ -41,12 +41,11 @@ public:
void FadeToFail();
protected:
// inline void CreateTapNoteInstance( ColorNoteInstance &cni, const int iCol, const float fIndex, const bool bUseHoldNoteBeginColor = false );
// inline void CreateHoldNoteInstance( ColorNoteInstance &cni, const bool bActive, const float fIndex, const HoldNote &hn, const float fHoldNoteLife );
inline void DrawMeasureBar( const int iMeasureIndex );
inline void DrawMarkerBar( const float fBeat );
inline void DrawBPMText( const float fBeat, const float fBPM );
inline void DrawFreezeText( const float fBeat, const float fBPM );
void DrawMeasureBar( const int iMeasureIndex );
void DrawMarkerBar( const float fBeat );
void DrawBPMText( const float fBeat, const float fBPM );
void DrawFreezeText( const float fBeat, const float fBPM );
void DrawBGChangeText( const float fBeat, const CString sNewBGName );
float m_fPercentFadeToFail; // -1 of not fading to fail