export and import separately for each player

This commit is contained in:
Chris Danford
2005-03-13 00:59:03 +00:00
parent 8415b4466d
commit 4b824bbe47
14 changed files with 71 additions and 77 deletions
+2 -2
View File
@@ -14,8 +14,8 @@ public:
virtual void MenuStart( PlayerNumber pn, const InputEventType type );
private:
void ImportOptions( int row );
void ExportOptions( int row );
void ImportOptions( int row, PlayerNumber pn );
void ExportOptions( int row, PlayerNumber pn );
void GoToNextScreen();
void GoToPrevScreen();