| 102 | IClient *CUIElementBase::Client() const { return ms_pUi->Client(); } |
| 103 | IGraphics *CUIElementBase::Graphics() const { return ms_pUi->Graphics(); } |
| 104 | IInput *CUIElementBase::Input() const { return ms_pUi->Input(); } |
| 105 | ITextRender *CUIElementBase::TextRender() const { return ms_pUi->TextRender(); } |
| 106 | |
| 107 | void CUi::Init(IKernel *pKernel) |
no outgoing calls
no test coverage detected