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

work on ANCS cooking

This commit is contained in:
Jack Andersen
2015-10-22 14:45:26 -10:00
parent e20837eabd
commit 07392938d8
9 changed files with 23 additions and 9 deletions

View File

@@ -8,6 +8,7 @@
#include "DNAMP1/MLVL.hpp"
#include "DNAMP1/STRG.hpp"
#include "DNAMP1/CMDL.hpp"
#include "DNAMP1/ANCS.hpp"
namespace Retro
{
@@ -294,6 +295,8 @@ struct SpecMP1 : SpecBase
void cookActor(const HECL::ProjectPath& out, const HECL::ProjectPath& in,
BlendStream& ds, bool fast, FCookProgress progress) const
{
Actor actor = ds.compileActor();
DNAMP1::ANCS::Cook(out, in, actor);
}
void cookArea(const HECL::ProjectPath& out, const HECL::ProjectPath& in,