Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#include "importjour.hpp"
#include <components/esm3/esmreader.hpp>
namespace ESSImport
{
void JOUR::load(ESM::ESMReader& esm)
mText = esm.getHNString("NAME");
}