working on new course editor

This commit is contained in:
Chris Danford
2005-06-26 21:31:07 +00:00
parent 6203875335
commit 7a1d736694
20 changed files with 705 additions and 190 deletions
+3 -2
View File
@@ -12,14 +12,15 @@ public:
virtual void HandleScreenMessage( const ScreenMessage SM );
private:
protected:
virtual void ImportOptions( int row, const vector<PlayerNumber> &vpns );
virtual void ExportOptions( int row, const vector<PlayerNumber> &vpns );
virtual void GoToNextScreen();
virtual void GoToPrevScreen();
void OnChange( PlayerNumber pn );
virtual void AfterChangeValueInRow( PlayerNumber pn );
virtual void ProcessMenuStart( PlayerNumber pn, const InputEventType type );
};
#endif