| 457 | } |
| 458 | |
| 459 | void GettingStartedWindow::drawHeading1(std::string const& text) |
| 460 | { |
| 461 | AlienImGui::Separator(); |
| 462 | ImGui::PushStyleColor(ImGuiCol_Text, (ImU32)Const::HeadlineColor); |
| 463 | AlienImGui::BoldText(text); |
| 464 | ImGui::PopStyleColor(); |
| 465 | AlienImGui::Separator(); |
| 466 | } |
| 467 | |
| 468 | void GettingStartedWindow::drawHeading2(std::string const& text) |
| 469 | { |
nothing calls this directly
no outgoing calls
no test coverage detected