metric lookup update

better abstraction
This commit is contained in:
Glenn Maynard
2003-11-16 21:44:42 +00:00
parent dfee4589c2
commit 758381eecd
4 changed files with 27 additions and 36 deletions
+2 -1
View File
@@ -25,12 +25,13 @@ class Steps;
class CourseEntryDisplay : public ActorFrame
{
public:
CourseEntryDisplay();
void Load();
void LoadFromSongAndNotes( int iNum, Song* pSong, Steps* pNotes, CString sModifiers );
void LoadFromDifficulty( int iNum, Difficulty dc, CString sModifiers );
void LoadFromMeterRange( int iNum, int iLow, int iHigh, CString sModifiers );
private:
Sprite m_sprFrame;
BitmapText m_textNumber;
TextBanner m_TextBanner;