metaforce/DataSpec/DNAMP3/CINF.hpp

24 lines
451 B
C++
Raw Normal View History

2015-08-13 07:29:00 +00:00
#ifndef _DNAMP3_CINF_HPP_
#define _DNAMP3_CINF_HPP_
#include "BlenderConnection.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
2016-02-13 09:02:47 +00:00
namespace DataSpec
2015-08-13 07:29:00 +00:00
{
namespace DNAMP3
{
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;
void sendCINFToBlender(hecl::BlenderConnection::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_