summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/notes.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/notes.h')
-rw-r--r--crawl-ref/source/notes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/notes.h b/crawl-ref/source/notes.h
index 97518a277c..2b6b4bc584 100644
--- a/crawl-ref/source/notes.h
+++ b/crawl-ref/source/notes.h
@@ -57,6 +57,7 @@ struct Note
void save( FILE* fp ) const;
std::string describe( bool when = true, bool where = true,
bool what = true ) const;
+ void check_milestone() const;
};
extern std::vector<Note> note_list;