more work on a new course editor

This commit is contained in:
Chris Danford
2005-06-28 08:11:30 +00:00
parent 6d9b726210
commit 6ab20c5ad9
20 changed files with 367 additions and 203 deletions
+3
View File
@@ -2,6 +2,7 @@
#define ScreenEditCourse_H
#include "ScreenOptions.h"
#include "Course.h"
class ScreenEditCourse : public ScreenOptions
{
@@ -21,6 +22,8 @@ protected:
virtual void AfterChangeValueInRow( PlayerNumber pn );
virtual void ProcessMenuStart( PlayerNumber pn, const InputEventType type );
Course m_Original;
};
#endif