| 472 | } |
| 473 | |
| 474 | void GettingStartedWindow::drawItemText(std::string const& text) |
| 475 | { |
| 476 | ImGui::Text(ICON_FA_CHEVRON_RIGHT); |
| 477 | ImGui::SameLine(); |
| 478 | AlienImGui::Text(text); |
| 479 | } |
| 480 | |
| 481 | void GettingStartedWindow::drawParagraph(std::string const& text) |
| 482 | { |
nothing calls this directly
no outgoing calls
no test coverage detected