summaryrefslogtreecommitdiff
path: root/src/lib/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-02-25 23:38:47 +0100
committerCarl Hetherington <cth@carlh.net>2023-03-03 01:17:41 +0100
commit61614dcb37ce1bc3cf3fc2915ccac741cfef68e5 (patch)
treed7aabdeb32a79bc12c863e607ecc1101684ad31f /src/lib/util.h
parent230e5c57553a8c19863bb1c9d0aa4136a359cf61 (diff)
Add word_wrap().
Diffstat (limited to 'src/lib/util.h')
-rw-r--r--src/lib/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/util.h b/src/lib/util.h
index d53fc06e0..4c8a2b1b7 100644
--- a/src/lib/util.h
+++ b/src/lib/util.h
@@ -95,5 +95,6 @@ extern boost::filesystem::path default_font_file ();
extern void start_of_thread (std::string name);
extern std::string error_details(boost::system::error_code ec);
extern bool contains_assetmap(boost::filesystem::path dir);
+extern std::string word_wrap(std::string input, int columns);
#endif