Implement ScreenMiniMenu with ScreenOptions

This commit is contained in:
Chris Danford
2005-03-20 06:41:56 +00:00
parent 48e6cb1a69
commit bbadc010f4
16 changed files with 534 additions and 745 deletions
+3 -1
View File
@@ -13,7 +13,9 @@ class OptionsCursor : public ActorFrame
public:
OptionsCursor();
void Load( PlayerNumber pn, bool bUnderline );
enum Element { cursor, underline };
void Load( CString sType, Element elem );
void Set( PlayerNumber pn );
void SetBarWidth( int iWidth );
void TweenBarWidth( int iNewWidth );