2013-11-01 16:43:45 +00:00
|
|
|
#ifndef CSM_WOLRD_INFO_H
|
|
|
|
#define CSM_WOLRD_INFO_H
|
|
|
|
|
2022-01-22 14:58:41 +00:00
|
|
|
#include <components/esm3/loadinfo.hpp>
|
2013-11-01 16:43:45 +00:00
|
|
|
|
|
|
|
namespace CSMWorld
|
|
|
|
{
|
|
|
|
struct Info : public ESM::DialInfo
|
|
|
|
{
|
|
|
|
std::string mTopicId;
|
|
|
|
};
|
|
|
|
}
|
|
|
|
|
|
|
|
#endif
|