Add required method due to the change in Aaru.CommonTypes

This commit is contained in:
Darkstar
2021-03-05 13:50:06 +01:00
parent 4dbc04a948
commit 32aa86646f
4 changed files with 12 additions and 4 deletions

View File

@@ -65,5 +65,7 @@ namespace Aaru.Filters
public List<Type> GetAllWritableFloppyImagePlugins() => null;
public List<Type> GetAllWritableImagePlugins() => null;
public List<Type> GetAllArchivePlugins() => null;
}
}
}