| 11 | extern bgfx::ProgramHandle imguiGetImageProgram(uint8_t _mip); |
| 12 | |
| 13 | UI::BarView::BarView(Engine::BaseEngine& e) |
| 14 | : View(e) |
| 15 | { |
| 16 | m_Value = 1.0f; |
| 17 | setInnerOffset(INNER_OFFSET_DEFAULT); |
| 18 | } |
| 19 | |
| 20 | UI::BarView::~BarView() |
| 21 | { |
nothing calls this directly
no outgoing calls
no test coverage detected