| 705 | |
| 706 | |
| 707 | ILboolean ilWin32::GetResource(ilImage &Image, HINSTANCE hInst, ILint ID, char *ResourceType) |
| 708 | { |
| 709 | Image.Bind(); |
| 710 | return ilutLoadResource(hInst, ID, ResourceType, IL_TYPE_UNKNOWN); |
| 711 | } |
| 712 | |
| 713 | |
| 714 | ILboolean ilWin32::GetResource(ilImage &Image, HINSTANCE hInst, ILint ID, char *ResourceType, ILenum Type) |