Returns the current image.
| 522 | |
| 523 | // Returns the current image. |
| 524 | ILAPI ILimage* ILAPIENTRY ilGetCurImage() |
| 525 | { |
| 526 | return iCurImage; |
| 527 | } |
| 528 | |
| 529 | |
| 530 | // To be only used when the original image is going to be set back almost immediately. |
nothing calls this directly
no outgoing calls
no test coverage detected