| 478 | } |
| 479 | |
| 480 | int CMenus::DoButton_CheckBox(const void *pId, const char *pText, int Checked, const CUIRect *pRect) |
| 481 | { |
| 482 | return DoButton_CheckBox_Common(pId, pText, Checked ? "X" : "", pRect, BUTTONFLAG_LEFT); |
| 483 | } |
| 484 | |
| 485 | int CMenus::DoButton_CheckBox_Number(const void *pId, const char *pText, int Checked, const CUIRect *pRect) |
| 486 | { |
no outgoing calls
no test coverage detected