OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
importcrec.hpp
Go to the documentation of this file.
1 #ifndef OPENMW_ESSIMPORT_CREC_H
2 #define OPENMW_ESSIMPORT_CREC_H
3 
4 #include "importinventory.hpp"
6 
7 namespace ESM
8 {
9  class ESMReader;
10 }
11 
12 namespace ESSImport
13 {
14 
16  struct CREC
17  {
18  int mIndex;
19 
22 
23  void load(ESM::ESMReader& esm);
24  };
25 
26 }
27 
28 #endif
Definition: aipackage.hpp:90
Definition: importinventory.hpp:18
Definition: esmreader.hpp:21
ESM::AIPackageList mAiPackages
Definition: importcrec.hpp:21
Creature changes.
Definition: importcrec.hpp:16
int mIndex
Definition: importcrec.hpp:18
void load(ESM::ESMReader &esm)
Definition: importcrec.cpp:8
Inventory mInventory
Definition: importcrec.hpp:20