This commit is contained in:
Glenn Maynard
2006-01-16 20:30:19 +00:00
parent d1f82038d1
commit 0d5f75e736
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ protected:
virtual void ImportOptions( int iRow, const vector<PlayerNumber> &vpns ) = 0;
virtual void ExportOptions( int iRow, const vector<PlayerNumber> &vpns ) = 0;
void GetWidthXY( PlayerNumber pn, int iRow, int iChoiceOnRow, int &iWidthOut, int &iXOut, int &iYOut );
void GetWidthXY( PlayerNumber pn, int iRow, int iChoiceOnRow, int &iWidthOut, int &iXOut, int &iYOut ) const;
CString GetExplanationText( int iRow ) const;
void PositionUnderlines( int iRow, PlayerNumber pn );
void PositionAllUnderlines();