0x0042A5CC
| 218 | |
| 219 | // 0x0042A5CC |
| 220 | static void draw(Window& self, Gfx::DrawingContext& drawingCtx) |
| 221 | { |
| 222 | self.draw(drawingCtx); |
| 223 | Common::drawTabs(self, drawingCtx); |
| 224 | } |
| 225 | |
| 226 | // 0x0042A5D7 |
| 227 | static void drawScroll(Ui::Window& self, Gfx::DrawingContext& drawingCtx, [[maybe_unused]] const uint32_t scrollIndex) |