Replace hardcoded separator with constexpr variable in menu drawing logic

This commit is contained in:
scawful
2025-03-11 15:45:09 -04:00
parent 1452d3c381
commit 986084f3cd
2 changed files with 3 additions and 1 deletions

View File

@@ -89,6 +89,8 @@ void DrawMenu(Menu &params);
static Menu kMainMenu;
constexpr std::string kSeparator = "-";
} // namespace gui
} // namespace yaze