X-Git-Url: http://git.localhorst.tv/?p=blobs.git;a=blobdiff_plain;f=src%2Fui%2Fstring.hpp;h=5397c800c6fb2746d43f1832d89f7d5c43e237d1;hp=ff20ec1134d787ae8719aaae086dc05634244be0;hb=3989da924c4e33c52f500aead5ae62bb40294781;hpb=41ee8b5d0229752576a55e102d8510ea1dbc909b diff --git a/src/ui/string.hpp b/src/ui/string.hpp index ff20ec1..5397c80 100644 --- a/src/ui/string.hpp +++ b/src/ui/string.hpp @@ -8,6 +8,7 @@ namespace blobs { namespace ui { +std::string AngleString(double a); std::string DecimalString(double n, int p); std::string LengthString(double m); std::string MassString(double kg);