export and import separately for each player
This commit is contained in:
@@ -32,8 +32,9 @@ public:
|
||||
virtual void HandleScreenMessage( const ScreenMessage SM );
|
||||
|
||||
protected:
|
||||
virtual void ImportOptions( int row ) = 0;
|
||||
virtual void ExportOptions( int row ) = 0;
|
||||
virtual void ImportOptions( int row, PlayerNumber pn ) = 0;
|
||||
virtual void ExportOptions( int row, PlayerNumber pn ) = 0;
|
||||
|
||||
void InitOptionsText();
|
||||
void GetWidthXY( PlayerNumber pn, int iRow, int iChoiceOnRow, int &iWidthOut, int &iXOut, int &iYOut );
|
||||
CString GetExplanationText( int row ) const;
|
||||
|
||||
Reference in New Issue
Block a user