OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
convertnpcc.hpp
Go to the documentation of this file.
1 #ifndef OPENMW_ESSIMPORT_CONVERTNPCC_H
2 #define OPENMW_ESSIMPORT_CONVERTNPCC_H
3 
4 #include "importnpcc.hpp"
5 
7 
8 namespace ESSImport
9 {
10 
11  void convertNPCC (const NPCC& npcc, ESM::NpcState& npcState);
12 
13 }
14 
15 #endif
Definition: npcstate.hpp:13
void convertNPCC(const NPCC &npcc, ESM::NpcState &npcState)
Definition: convertnpcc.cpp:8