#pragma once #include #include namespace silly::editor::utils { std::vector split_text(const std::string &text, char delimiter); }