add m_sFile

This commit is contained in:
Glenn Maynard
2004-01-17 23:19:15 +00:00
parent 9945af6bcc
commit b535efe7b9
+1
View File
@@ -39,6 +39,7 @@ public:
}
float GetElapsedTimeFromBeat( float fBeat ) const;
CString m_sFile; // informational only
vector<BPMSegment> m_BPMSegments; // this must be sorted before gameplay
vector<StopSegment> m_StopSegments; // this must be sorted before gameplay
float m_fBeat0OffsetInSeconds;