forked from mirror/openmw-tes3mp
13 lines
188 B
C++
13 lines
188 B
C++
#include "importjour.hpp"
|
|
|
|
#include <components/esm/esmreader.hpp>
|
|
|
|
namespace ESSImport
|
|
{
|
|
|
|
void JOUR::load(ESM::ESMReader &esm)
|
|
{
|
|
mText = esm.getHNString("NAME");
|
|
}
|
|
|
|
}
|