| 806 | } |
| 807 | |
| 808 | ILboolean ilWin32::GetResource(ilImage &Image, HINSTANCE hInst, ILint ID, char *ResourceType) |
| 809 | { |
| 810 | Image.Bind(); |
| 811 | return ilutLoadResource(hInst, ID, ResourceType, IL_TYPE_UNKNOWN); |
| 812 | } |
| 813 | |
| 814 | ILboolean ilWin32::GetResource(ilImage &Image, HINSTANCE hInst, ILint ID, char *ResourceType, ILenum Type) |
| 815 | { |