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
+2 -2
View File
@@ -13,8 +13,8 @@ class OptionIcon : public ActorFrame
{
public:
OptionIcon();
void Load( PlayerNumber pn, const CString &sText, bool bHeader = false );
void Load( CString sType );
void Set( PlayerNumber pn, const CString &sText, bool bHeader = false );
void DrawPrimitives();
protected: