1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-06 00:55:50 +00:00
OpenMW/apps/essimporter/convertnpcc.hpp

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