summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mapmark.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mapmark.h')
-rw-r--r--crawl-ref/source/mapmark.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/mapmark.h b/crawl-ref/source/mapmark.h
index 67b2c23f75..c21cb1e30c 100644
--- a/crawl-ref/source/mapmark.h
+++ b/crawl-ref/source/mapmark.h
@@ -43,6 +43,7 @@ public:
virtual void read(reader &);
virtual std::string debug_describe() const = 0;
virtual std::string feature_description() const;
+ virtual std::string feature_description_long() const;
virtual std::string property(const std::string &pname) const;
static map_marker *read_marker(reader &);
@@ -115,6 +116,7 @@ public:
map_marker *clone() const;
std::string debug_describe() const;
std::string feature_description() const;
+ std::string feature_description_long() const;
std::string property(const std::string &pname) const;
bool notify_dgn_event(const dgn_event &e);