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 0b056ce..9a63fa8 100644 (file)
@@ -12,6 +12,7 @@ funcLoadGrp LoadGrp = 0;
 funcDestroyGrp DestroyGrp = 0;\r
 funcDrawGrp DrawGrp = 0;\r
 funcGetGrpInfo GetGrpInfo = 0;\r
+funcGetGrpFrameInfo GetGrpFrameInfo = 0;\r
 funcCreateGrp CreateGrp = 0;\r
 funcSetFunctionGetPixel SetFunctionGetPixel = 0;\r
 funcSetFunctionSetPixel SetFunctionSetPixel = 0;\r
@@ -30,6 +31,7 @@ GRPAPIMODULE::GRPAPIMODULE()
                DestroyGrp = (funcDestroyGrp)GetProcAddress(hGrpApi,"DestroyGrp");\r
                DrawGrp = (funcDrawGrp)GetProcAddress(hGrpApi,"DrawGrp");\r
                GetGrpInfo = (funcGetGrpInfo)GetProcAddress(hGrpApi,"GetGrpInfo");\r
+               GetGrpFrameInfo = (funcGetGrpFrameInfo)GetProcAddress(hGrpApi,"GetGrpFrameInfo");\r
                CreateGrp = (funcCreateGrp)GetProcAddress(hGrpApi,"CreateGrp");\r
                SetFunctionGetPixel = (funcSetFunctionGetPixel)GetProcAddress(hGrpApi,"SetFunctionGetPixel");\r
                SetFunctionSetPixel = (funcSetFunctionSetPixel)GetProcAddress(hGrpApi,"SetFunctionSetPixel");\r
@@ -46,6 +48,7 @@ GRPAPIMODULE::~GRPAPIMODULE()
        DestroyGrp = 0;\r
        DrawGrp = 0;\r
        GetGrpInfo = 0;\r
+       GetGrpFrameInfo = 0;\r
        CreateGrp = 0;\r
        SetFunctionGetPixel = 0;\r
        SetFunctionSetPixel = 0;\r