OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
importcntc.hpp
Go to the documentation of this file.
1 #ifndef OPENMW_ESSIMPORT_IMPORTCNTC_H
2 #define OPENMW_ESSIMPORT_IMPORTCNTC_H
3 
4 #include "importinventory.hpp"
5 
6 namespace ESM
7 {
8  class ESMReader;
9 }
10 
11 namespace ESSImport
12 {
13 
15  struct CNTC
16  {
17  int mIndex;
18 
20 
21  void load(ESM::ESMReader& esm);
22  };
23 
24 }
25 #endif
Definition: importinventory.hpp:18
int mIndex
Definition: importcntc.hpp:17
Definition: esmreader.hpp:21
Inventory mInventory
Definition: importcntc.hpp:19
void load(ESM::ESMReader &esm)
Definition: importcntc.cpp:8
Changed container contents.
Definition: importcntc.hpp:15