From c00f96941b6b83e06b3d1a0c932fc1d3790403ad Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 2 May 2004 00:06:55 +0000 Subject: [PATCH] add StepsID::MatchesStepsType --- stepmania/src/StepsUtil.h | 1 + 1 file changed, 1 insertion(+) 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 );