metaforce/DataSpec/DNAMP3/CINF.hpp

20 lines
395 B
C++
Raw Normal View History

2015-08-13 07:29:00 +00:00
#ifndef _DNAMP3_CINF_HPP_
#define _DNAMP3_CINF_HPP_
#include "../DNACommon/DNACommon.hpp"
2015-09-26 03:12:08 +00:00
#include "../DNAMP2/CINF.hpp"
2015-08-13 07:29:00 +00:00
2017-12-29 08:08:12 +00:00
namespace DataSpec::DNAMP3
2015-08-13 07:29:00 +00:00
{
2015-09-26 03:12:08 +00:00
struct CINF : DNAMP2::CINF
2015-08-13 07:29:00 +00:00
{
2015-09-26 03:12:08 +00:00
Delete expl;
2017-12-29 08:08:12 +00:00
void sendCINFToBlender(hecl::blender::PyOutStream& os, const UniqueID64& cinfId) const;
static std::string GetCINFArmatureName(const UniqueID64& cinfId);
2015-08-13 07:29:00 +00:00
};
}
#endif // _DNAMP3_CINF_HPP_