Personal reminder for things.

Yes, I know this forces recompilation.

Headers will not be spared.
This commit is contained in:
Jason Felds
2013-05-01 22:06:27 -04:00
parent 07caab3ab4
commit 9aef74918f
+1
View File
@@ -393,6 +393,7 @@ public:
bool SongCompleteForStyle( const Style *st ) const;
bool HasStepsType( StepsType st ) const;
bool HasStepsTypeAndDifficulty( StepsType st, Difficulty dc ) const;
// TODO: Allow for a non const version.
const vector<Steps*>& GetAllSteps() const { return m_vpSteps; }
const vector<Steps*>& GetStepsByStepsType( StepsType st ) const { return m_vpStepsByType[st]; }
bool IsEasy( StepsType st ) const;