OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
importklst.hpp
Go to the documentation of this file.
1 #ifndef OPENMW_ESSIMPORT_KLST_H
2 #define OPENMW_ESSIMPORT_KLST_H
3 
4 #include <string>
5 #include <map>
6 
7 namespace ESM
8 {
9  class ESMReader;
10 }
11 
12 namespace ESSImport
13 {
14 
16  struct KLST
17  {
18  void load(ESM::ESMReader& esm);
19 
21  std::map<std::string, int> mKillCounter;
22 
24  };
25 
26 }
27 
28 #endif
std::map< std::string, int > mKillCounter
RefId, kill count.
Definition: importklst.hpp:21
void load(ESM::ESMReader &esm)
Definition: importklst.cpp:8
Definition: esmreader.hpp:21
Kill Stats.
Definition: importklst.hpp:16
int mWerewolfKills
Definition: importklst.hpp:23