add Course::FindFixedSong, Attack::FromGlobalCourseModifier

This commit is contained in:
Glenn Maynard
2005-01-03 23:30:56 +00:00
parent c82a6fa313
commit 0f010d2321
5 changed files with 27 additions and 10 deletions
+1
View File
@@ -37,6 +37,7 @@ struct Attack
bool IsBlank() const { return sModifier.empty(); }
bool operator== ( const Attack &rhs ) const;
bool ContainsTransformOrTurn() const;
static Attack FromGlobalCourseModifier( const CString &sModifiers );
};
struct AttackArray : public vector<Attack>