move some service menu actions from GameCommand into ScreenServiceAction

This commit is contained in:
Chris Danford
2005-11-29 23:15:11 +00:00
parent 749a8468a9
commit cd9cf4c1e2
20 changed files with 534 additions and 418 deletions
+2
View File
@@ -18,6 +18,8 @@ private:
void ImportOptions( int iRow, const vector<PlayerNumber> &vpns );
void ExportOptions( int iRow, const vector<PlayerNumber> &vpns );
void HandleMessage( const CString& sMessage );
vector<OptionRowDefinition> m_vDefs;
};