Ready for the dry run.

This commit is contained in:
Jason Felds
2011-07-07 15:06:19 -04:00
parent 2efda32411
commit 054151eed1
3 changed files with 34 additions and 2 deletions
+1
View File
@@ -159,6 +159,7 @@ namespace SongUtil
* @return true if it is unique, false otherwise.
*/
bool IsEditDescriptionUnique( const Song* pSong, StepsType st, const RString &sPreferredDescription, const Steps *pExclude );
bool IsChartNameUnique( const Song* pSong, StepsType st, const RString &name, const Steps *pExclude );
RString MakeUniqueEditDescription( const Song* pSong, StepsType st, const RString &sPreferredDescription );
bool ValidateCurrentEditStepsDescription( const RString &sAnswer, RString &sErrorOut );
bool ValidateCurrentStepsDescription( const RString &sAnswer, RString &sErrorOut );