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 909d1c5..0b056ce 100644 (file)
@@ -12,6 +12,7 @@ funcLoadGrp LoadGrp = 0;
 funcDestroyGrp DestroyGrp = 0;\r
 funcDrawGrp DrawGrp = 0;\r
 funcGetGrpInfo GetGrpInfo = 0;\r
+funcCreateGrp CreateGrp = 0;\r
 funcSetFunctionGetPixel SetFunctionGetPixel = 0;\r
 funcSetFunctionSetPixel SetFunctionSetPixel = 0;\r
 funcSetMpqDll SetMpqDll = 0;\r
@@ -29,6 +30,7 @@ GRPAPIMODULE::GRPAPIMODULE()
                DestroyGrp = (funcDestroyGrp)GetProcAddress(hGrpApi,"DestroyGrp");\r
                DrawGrp = (funcDrawGrp)GetProcAddress(hGrpApi,"DrawGrp");\r
                GetGrpInfo = (funcGetGrpInfo)GetProcAddress(hGrpApi,"GetGrpInfo");\r
+               CreateGrp = (funcCreateGrp)GetProcAddress(hGrpApi,"CreateGrp");\r
                SetFunctionGetPixel = (funcSetFunctionGetPixel)GetProcAddress(hGrpApi,"SetFunctionGetPixel");\r
                SetFunctionSetPixel = (funcSetFunctionSetPixel)GetProcAddress(hGrpApi,"SetFunctionSetPixel");\r
                SetMpqDll = (funcSetMpqDll)GetProcAddress(hGrpApi,"SetMpqDll");\r
@@ -44,6 +46,7 @@ GRPAPIMODULE::~GRPAPIMODULE()
        DestroyGrp = 0;\r
        DrawGrp = 0;\r
        GetGrpInfo = 0;\r
+       CreateGrp = 0;\r
        SetFunctionGetPixel = 0;\r
        SetFunctionSetPixel = 0;\r
        SetMpqDll = 0;\r