diff --git a/stepmania/src/StepsUtil.h b/stepmania/src/StepsUtil.h index 200056b20a..72621d5c0a 100644 --- a/stepmania/src/StepsUtil.h +++ b/stepmania/src/StepsUtil.h @@ -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 );