| 1597 | } |
| 1598 | |
| 1599 | void cFodder::GUI_SetElementsFrom(sGUI_Element* pTo, sGUI_Element* pFrom) { |
| 1600 | |
| 1601 | while (pFrom->field_0 != 0) { |
| 1602 | *pTo = *pFrom; |
| 1603 | |
| 1604 | ++pTo; |
| 1605 | ++pFrom; |
| 1606 | } |
| 1607 | |
| 1608 | GUI_ClearElement(pTo); |
| 1609 | |
| 1610 | } |
| 1611 | |
| 1612 | void cFodder::GUI_ClearElement(sGUI_Element *pData20) { |
| 1613 |
nothing calls this directly
no outgoing calls
no test coverage detected