sm124futures: Add TapNoteType to string function.

This will be needed for the Editor.
This commit is contained in:
Jason Felds
2011-03-13 20:52:03 -04:00
parent e988bba855
commit ca1bd8345d
+4
View File
@@ -204,6 +204,10 @@ extern TapNote TAP_ORIGINAL_FAKE; // 'F'
extern TapNote TAP_ADDITION_TAP;
extern TapNote TAP_ADDITION_MINE;
const RString& TapNoteTypeToString( TapNote::Type tn );
const RString& TapNoteTypeToLocalizedString( TapNote::Type tn );
LuaDeclareType( TapNote::Type );
/**
* @brief The number of tracks allowed.
*