OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
convertcntc.hpp
Go to the documentation of this file.
1 #ifndef OPENMW_ESSIMPORT_CONVERTCNTC_H
2 #define OPENMW_ESSIMPORT_CONVERTCNTC_H
3 
4 #include "importcntc.hpp"
5 
7 
8 namespace ESSImport
9 {
10 
11  void convertCNTC(const CNTC& cntc, ESM::ContainerState& state);
12 
13 }
14 
15 #endif
Definition: containerstate.hpp:11
void convertCNTC(const CNTC &cntc, ESM::ContainerState &state)
Definition: convertcntc.cpp:8