OpenMW
apps/opencs/model/world/info.hpp
Go to the documentation of this file.
00001 #ifndef CSM_WOLRD_INFO_H
00002 #define CSM_WOLRD_INFO_H
00003 
00004 #include <components/esm/loadinfo.hpp>
00005 
00006 namespace CSMWorld
00007 {
00008     struct Info : public ESM::DialInfo
00009     {
00010         std::string mTopicId;
00011     };
00012 }
00013 
00014 #endif