New ScreenEditMenu

This commit is contained in:
Chris Danford
2003-01-30 07:18:33 +00:00
parent b75a9716d5
commit 3ddadbe82f
34 changed files with 616 additions and 443 deletions
+2 -1
View File
@@ -34,7 +34,7 @@ private:
void MenuBack( PlayerNumber pn );
void MenuStart( PlayerNumber pn );
SongSelector Selector;
SongSelector m_Selector;
BitmapText m_textExplanation;
@@ -43,6 +43,7 @@ private:
TransitionFade m_Fade;
RandomSample m_soundSelect;
RandomSample m_soundCreate;
};