OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
importdial.hpp
Go to the documentation of this file.
1 #ifndef OPENMW_ESSIMPORT_IMPORTDIAL_H
2 #define OPENMW_ESSIMPORT_IMPORTDIAL_H
3 namespace ESM
4 {
5  class ESMReader;
6 }
7 
8 namespace ESSImport
9 {
10 
11  struct DIAL
12  {
13  int mIndex; // Journal index
14 
15  void load(ESM::ESMReader& esm);
16  };
17 
18 }
19 
20 #endif
Definition: esmreader.hpp:21
int mIndex
Definition: importdial.hpp:13
void load(ESM::ESMReader &esm)
Definition: importdial.cpp:8
Definition: importdial.hpp:11