Add TextWithSeparators gui function

This commit is contained in:
scawful
2023-07-31 21:25:19 -04:00
parent 99bebeca10
commit 2bf6c5c773
3 changed files with 13 additions and 1 deletions

View File

@@ -4,9 +4,13 @@
#include <imgui/imgui.h>
#include <imgui/imgui_internal.h>
#include "absl/strings/string_view.h"
namespace yaze {
namespace gui {
void TextWithSeparators(const absl::string_view& text);
void ColorsYaze();
} // namespace gui