1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-16 21:29:56 +00:00
openmw/apps/essimporter/convertnpcc.hpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
246 B
C++
Raw Normal View History

#ifndef OPENMW_ESSIMPORT_CONVERTNPCC_H
#define OPENMW_ESSIMPORT_CONVERTNPCC_H
#include "importnpcc.hpp"
#include <components/esm3/npcstate.hpp>
namespace ESSImport
{
2022-09-22 18:26:05 +00:00
void convertNPCC(const NPCC& npcc, ESM::NpcState& npcState);
}
#endif