| 50 | } |
| 51 | |
| 52 | void LightStrategyWindow::ParseObjectProperties(const Properties &props) { |
| 53 | app->RenderConfigParse(props.GetAllProperties("lightstrategy")); |
| 54 | } |
| 55 | |
| 56 | bool LightStrategyWindow::DrawObjectGUI(Properties &props, bool &modifiedProps) { |
| 57 | //-------------------------------------------------------------------------- |
nothing calls this directly
no test coverage detected