You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef CSM_WOLRD_INFO_H
|
|
#define CSM_WOLRD_INFO_H
|
|
|
|
#include <components/esm/loadinfo.hpp>
|
|
|
|
namespace CSMWorld
|
|
{
|
|
struct Info : public ESM::DialInfo
|
|
{
|
|
std::string mTopicId;
|
|
};
|
|
}
|
|
|
|
#endif
|