#include "importcntc.hpp" #include #include namespace ESSImport { void CNTC::load(ESM::ESMReader& esm) { mIndex = 0; esm.getHNT(mIndex, "INDX"); mInventory.load(esm); } }