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

Preliminary FRME blender export

This commit is contained in:
2016-01-20 23:56:22 -08:00
parent d5631abe65
commit 01f5b513d4
2 changed files with 79 additions and 6 deletions

View File

@@ -215,12 +215,7 @@ struct FRME : BigDNA
PAKRouter<PAKBridge>& pakRouter,
const PAK::Entry& entry,
bool force,
std::function<void(const HECL::SystemChar*)> fileChanged)
{
FRME frme;
frme.read(rs);
return true;
}
std::function<void(const HECL::SystemChar*)> fileChanged);
};
}