#ifndef RHUBARB_LIP_SYNC_STRING_TOOLS_H #define RHUBARB_LIP_SYNC_STRING_TOOLS_H #include #include std::vector splitIntoLines(const std::string& s); std::vector wrapSingleLineString(const std::string& s, int lineLength); std::vector wrapString(const std::string& s, int lineLength); #endif //RHUBARB_LIP_SYNC_STRING_TOOLS_H