| 610 | |
| 611 | |
| 612 | lua::ImguiHandle TreeParent::AddSeparator() |
| 613 | { |
| 614 | return AddChild<Separator>(); |
| 615 | } |
| 616 | |
| 617 | |
| 618 | lua::ImguiHandle TreeParent::AddCheckbox(char const* label, std::optional<bool> checked) |
nothing calls this directly
no outgoing calls
no test coverage detected