2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-06-10 06:33:28 +00:00
2018-10-06 17:42:33 -10:00

18 lines
334 B
C++

#pragma once
#include "DataSpec/DNACommon/DNACommon.hpp"
#include "../DNAMP2/CINF.hpp"
namespace DataSpec::DNAMP3
{
struct CINF : DNAMP2::CINF
{
Delete expl;
void sendCINFToBlender(hecl::blender::PyOutStream& os, const UniqueID64& cinfId) const;
static std::string GetCINFArmatureName(const UniqueID64& cinfId);
};
}