Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#ifndef CSM_WOLRD_INFO_H
#define CSM_WOLRD_INFO_H
#include <components/esm3/loadinfo.hpp>
namespace CSMWorld
{
struct Info : public ESM::DialInfo
std::string mTopicId;
};
}
#endif