summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/format.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/format.h')
-rw-r--r--crawl-ref/source/format.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/format.h b/crawl-ref/source/format.h
index 3360aa34d5..af0231e23b 100644
--- a/crawl-ref/source/format.h
+++ b/crawl-ref/source/format.h
@@ -89,5 +89,6 @@ public:
std::vector<fs_op> ops;
};
+int count_linebreaks(const formatted_string& fs);
#endif