Add iterator condition All. Fixes linker error.
This commit is contained in:
@@ -42,6 +42,11 @@ bool IteratorCondition::Mines( const TapNote &tn )
|
|||||||
return tn.type == TapNote::mine;
|
return tn.type == TapNote::mine;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool IteratorCondition::All( const TapNote &tn )
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
NoteData::NoteData()
|
NoteData::NoteData()
|
||||||
{
|
{
|
||||||
Init();
|
Init();
|
||||||
|
|||||||
Reference in New Issue
Block a user