| 228 | } |
| 229 | |
| 230 | void sectionHeader(const char* text) |
| 231 | { |
| 232 | ImGui::TextColored({ 0.306f, 0.788f, 0.69f, 1.0f }, "%s", text); |
| 233 | } |
| 234 | |
| 235 | void optionCheckbox(const char* name, u32* flags, u32 flagValue, s32 width) |
| 236 | { |
no outgoing calls
no test coverage detected