#pragma once #include #include std::vector split_text(const std::string &text, char delimiter);