Current News
Archived News
Search News
Discussion Forum


Old Forum
Install Programs More Downloads...
Troubleshooting
Source Code
Format Specs.
Misc. Information
Non-SF Stuff
Links




index a31b369..9dc9baa 100644 (file)
@@ -60,11 +60,13 @@ typedef HANDLE (WINAPI* funcLoadGrp)(LPCSTR lpFileName);
 typedef BOOL   (WINAPI* funcDestroyGrp)(HANDLE hGrp);\r
 typedef BOOL   (WINAPI* funcDrawGrp)(HANDLE hGrp, HDC hdcDest, int nXDest, int nYDest, WORD nFrame, DWORD *dwPalette, DWORD dwFlags, DWORD dwAlpha);\r
 typedef BOOL   (WINAPI* funcGetGrpInfo)(HANDLE hGrp, GRPHEADER *GrpInfo);\r
+typedef BOOL   (WINAPI* funcGetGrpFrameInfo)(HANDLE hGrp, WORD nFrame, DWORD *nLeft, DWORD *nTop, DWORD *nWidth, DWORD *nHeight);\r
 extern funcLoadPalette LoadPalette;\r
 extern funcLoadGrp LoadGrp;\r
 extern funcDestroyGrp DestroyGrp;\r
 extern funcDrawGrp DrawGrp;\r
 extern funcGetGrpInfo GetGrpInfo;\r
+extern funcGetGrpFrameInfo GetGrpFrameInfo;\r
 \r
 // A pointer to the raw image data to encode should be passed to lpImageData.  The size of\r
 // the buffer containing the data should be nFrames * wMaxWidth * wMaxHeight * sizeof(short)\r