mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-04 02:41:19 +00:00
d1fb854521
esm typo esm typo
15 lines
236 B
C++
15 lines
236 B
C++
#include "importinfo.hpp"
|
|
|
|
#include <components/esm3/esmreader.hpp>
|
|
|
|
namespace ESSImport
|
|
{
|
|
|
|
void INFO::load(ESM::ESMReader &esm)
|
|
{
|
|
mInfo = esm.getHNString("INAM");
|
|
mActorRefId = esm.getHNString("ACDT");
|
|
}
|
|
|
|
}
|