2015-01-19 12:16:12 +00:00
|
|
|
#include "importcntc.hpp"
|
|
|
|
|
2022-01-22 14:58:41 +00:00
|
|
|
#include <components/esm3/esmreader.hpp>
|
2015-01-19 12:16:12 +00:00
|
|
|
|
|
|
|
namespace ESSImport
|
|
|
|
{
|
|
|
|
|
|
|
|
void CNTC::load(ESM::ESMReader& esm)
|
|
|
|
{
|
|
|
|
mIndex = 0;
|
|
|
|
esm.getHNT(mIndex, "INDX");
|
|
|
|
|
|
|
|
mInventory.load(esm);
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|