give new edits unique names

This commit is contained in:
Chris Danford
2005-03-07 05:23:18 +00:00
parent a07f0822d1
commit e65362e3f5
6 changed files with 79 additions and 34 deletions
+4
View File
@@ -12,6 +12,8 @@ class NoteData;
class Profile;
struct lua_State;
const int MAX_DESCRIPTION_LENGTH = 12;
class Steps
{
public:
@@ -40,6 +42,8 @@ public:
void SetFile( CString fn );
void SetDescription(CString desc);
static bool MakeValidDescription( CString &sPreferredDescription ); // return true if was modified
void SetDifficulty(Difficulty d);
void SetLoadedFromProfile( ProfileSlot slot ) { m_LoadedFromProfile = slot; }
void SetMeter(int meter);