OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
info.hpp
Go to the documentation of this file.
1 #ifndef CSM_WOLRD_INFO_H
2 #define CSM_WOLRD_INFO_H
3 
5 
6 namespace CSMWorld
7 {
8  struct Info : public ESM::DialInfo
9  {
10  std::string mTopicId;
11  };
12 }
13 
14 #endif
Definition: loadinfo.hpp:21
Definition: info.hpp:8
std::string mTopicId
Definition: info.hpp:10