| 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) |
| 108 | { |
no outgoing calls
no test coverage detected