| 573 | |
| 574 | |
| 575 | lua::ImguiHandle TreeParent::AddBulletText(char const* label) |
| 576 | { |
| 577 | auto txt = AddChild<BulletText>(); |
| 578 | txt->Label = label; |
| 579 | return txt; |
| 580 | } |
| 581 | |
| 582 | |
| 583 | lua::ImguiHandle TreeParent::AddSeparatorText(char const* label) |
nothing calls this directly
no outgoing calls
no test coverage detected