| 1793 | } |
| 1794 | |
| 1795 | void DrawUniqueInfoWindow(const Surface &out) |
| 1796 | { |
| 1797 | ClxDraw(out, GetPanelPosition(UiPanels::Inventory, { 24 - SidePanelSize.width, 327 }), (*pSTextBoxCels)[0]); |
| 1798 | DrawHalfTransparentRectTo(out, GetRightPanel().position.x - SidePanelSize.width + 27, GetRightPanel().position.y + 28, 265, 297); |
| 1799 | } |
| 1800 | |
| 1801 | void printItemMiscKBM(const Item &item, const bool isOil, const bool isCastOnTarget) |
| 1802 | { |
no test coverage detected