add StepsID::MatchesStepsType

This commit is contained in:
Glenn Maynard
2004-05-02 00:06:55 +00:00
parent 2e174881c5
commit c00f96941b
+1
View File
@@ -45,6 +45,7 @@ public:
void FromSteps( const Steps *p );
Steps *ToSteps( const Song *p, bool bAllowNull ) const;
bool operator<( const StepsID &rhs ) const;
bool MatchesStepsType( StepsType s ) const { return st == s; }
XNode* CreateNode() const;
void LoadFromNode( const XNode* pNode );