2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 22:27:43 +00:00

some NODLib integration

This commit is contained in:
Jack Andersen
2015-07-02 10:41:40 -10:00
parent 1e7f39e4c5
commit cce7e06580
3 changed files with 30 additions and 5 deletions

View File

@@ -11,8 +11,7 @@ namespace Retro
struct SpecBase : public HECL::Database::IDataSpec
{
bool canExtract(const HECL::Database::Project& project, const ExtractPassInfo& info,
HECL::SystemString& reasonNo);
bool canExtract(const ExtractPassInfo& info, HECL::SystemString& reasonNo);
void doExtract(const HECL::Database::Project& project, const ExtractPassInfo& info);
bool canCook(const HECL::Database::Project& project, const CookTaskInfo& info,