2018-10-07 03:42:33 +00:00
|
|
|
#pragma once
|
2015-08-13 07:29:00 +00:00
|
|
|
|
2018-06-29 20:21:36 +00:00
|
|
|
#include "DataSpec/DNACommon/DNACommon.hpp"
|
2015-08-13 07:29:00 +00:00
|
|
|
#include "CINF.hpp"
|
2015-09-26 03:12:08 +00:00
|
|
|
#include "../DNAMP1/CSKR.hpp"
|
2015-08-13 07:29:00 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
namespace DataSpec::DNAMP2 {
|
2015-08-13 07:29:00 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
struct CSKR : DNAMP1::CSKR {
|
|
|
|
Delete expl;
|
2015-09-26 03:12:08 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
const atInt16* getMatrixBank(size_t) const { return nullptr; }
|
2015-08-13 07:29:00 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
void weightVertex(hecl::blender::PyOutStream& os, const CINF& cinf, atUint32 idx) const;
|
2015-08-13 07:29:00 +00:00
|
|
|
};
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
} // namespace DataSpec::DNAMP2
|