1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-08 00:36:41 +00:00
OpenMW/apps/essimporter/convertcrec.hpp

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

16 lines
253 B
C++
Raw Normal View History

#ifndef OPENMW_ESSIMPORT_CONVERTCREC_H
#define OPENMW_ESSIMPORT_CONVERTCREC_H
#include "importcrec.hpp"
#include <components/esm3/creaturestate.hpp>
namespace ESSImport
{
void convertCREC(const CREC& crec, ESM::CreatureState& state);
}
#endif