more work on a new course editor
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user