Add iterator condition All. Fixes linker error.

This commit is contained in:
Josh Allen
2006-07-21 16:22:52 +00:00
parent 83cbf811d3
commit 0fd98658a5
+5
View File
@@ -42,6 +42,11 @@ bool IteratorCondition::Mines( const TapNote &tn )
return tn.type == TapNote::mine;
}
bool IteratorCondition::All( const TapNote &tn )
{
return true;
}
NoteData::NoteData()
{
Init();