OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
convertcrec.hpp
Go to the documentation of this file.
1 #ifndef OPENMW_ESSIMPORT_CONVERTCREC_H
2 #define OPENMW_ESSIMPORT_CONVERTCREC_H
3 
4 #include "importcrec.hpp"
5 
7 
8 namespace ESSImport
9 {
10 
11  void convertCREC(const CREC& crec, ESM::CreatureState& state);
12 
13 }
14 
15 #endif
void convertCREC(const CREC &crec, ESM::CreatureState &state)
Definition: convertcrec.cpp:8
Definition: creaturestate.hpp:12