course edit screen functional

This commit is contained in:
Chris Danford
2003-08-11 06:09:57 +00:00
parent cbe81a034e
commit e9a452e8da
10 changed files with 296 additions and 105 deletions
+3
View File
@@ -19,6 +19,7 @@
#include "DifficultyMeter.h"
#include "RageSound.h"
#include "Course.h"
#include "ScreenMessage.h"
class EditCoursesMenu: public ActorFrame
@@ -38,6 +39,7 @@ public:
void Left();
void Right();
void Start();
void HandleScreenMessage( const ScreenMessage SM );
enum Row
{
@@ -110,6 +112,7 @@ private:
RageSound m_soundChangeValue;
RageSound m_soundStart;
RageSound m_soundInvalid;
RageSound m_soundSave;
};
#endif