Add {PartName}NoteColorType and {PartName}NoteColorCount NoteSkin metric.

This commit is contained in:
hanubeki
2014-10-12 00:40:46 +09:00
parent 4629bdef5c
commit 4c40ca9b76
2 changed files with 40 additions and 3 deletions
+11
View File
@@ -24,6 +24,17 @@ enum NotePart
NotePart_Invalid
};
/** @brief the color type of a Note. */
enum NoteColorType
{
NoteColorType_Denominator, /**< Color by note type. */
NoteColorType_Progress, /**< Color by progress. */
NUM_NoteColorType,
NoteColorType_Invalid
};
const RString& NoteColorTypeToString( NoteColorType nct );
NoteColorType StringToNoteColorType( const RString& s );
struct NoteResource;
struct NoteColorActor