#ifndef STRINGUTILS_H #define STRINGUTILS_H #include #include namespace StringUtils{ std::string toString(float val); } #endif // STRINGUTILS_H