To be only used when the original image is going to be set back almost immediately.
| 529 | |
| 530 | // To be only used when the original image is going to be set back almost immediately. |
| 531 | ILAPI void ILAPIENTRY ilSetCurImage(ILimage *Image) |
| 532 | { |
| 533 | iCurImage = Image; |
| 534 | return; |
| 535 | } |
| 536 | |
| 537 | |
| 538 | // Completely replaces the current image and the version in the image stack. |
no outgoing calls
no test coverage detected