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

updated RetroCommon

This commit is contained in:
Jack Andersen
2015-07-02 10:42:34 -10:00
parent a8fbfcb361
commit 0eae341bb0
2 changed files with 3 additions and 4 deletions

Submodule hecl/extern/RetroCommon updated: 1e7f39e4c5...cce7e06580

View File

@@ -71,9 +71,8 @@ public:
ProjectPath subpath; ProjectPath subpath;
bool cookedonly; bool cookedonly;
}; };
virtual bool canExtract(const Project& project, const ExtractPassInfo& info, virtual bool canExtract(const ExtractPassInfo& info, SystemString& reasonNo)
SystemString& reasonNo) {(void)info;reasonNo=_S("not implemented");return false;}
{(void)project;(void)info;reasonNo=_S("not implemented");return false;}
virtual void doExtract(const Project& project, const ExtractPassInfo& info) virtual void doExtract(const Project& project, const ExtractPassInfo& info)
{(void)project;(void)info;} {(void)project;(void)info;}