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 a183155..909d1c5 100644 (file)
@@ -12,6 +12,9 @@ funcLoadGrp LoadGrp = 0;
 funcDestroyGrp DestroyGrp = 0;\r
 funcDrawGrp DrawGrp = 0;\r
 funcGetGrpInfo GetGrpInfo = 0;\r
+funcSetFunctionGetPixel SetFunctionGetPixel = 0;\r
+funcSetFunctionSetPixel SetFunctionSetPixel = 0;\r
+funcSetMpqDll SetMpqDll = 0;\r
 funcLoadGrpApi LoadGrpApi = 0;\r
 funcFreeGrpApi FreeGrpApi = 0;\r
 \r
@@ -26,6 +29,9 @@ GRPAPIMODULE::GRPAPIMODULE()
                DestroyGrp = (funcDestroyGrp)GetProcAddress(hGrpApi,"DestroyGrp");\r
                DrawGrp = (funcDrawGrp)GetProcAddress(hGrpApi,"DrawGrp");\r
                GetGrpInfo = (funcGetGrpInfo)GetProcAddress(hGrpApi,"GetGrpInfo");\r
+               SetFunctionGetPixel = (funcSetFunctionGetPixel)GetProcAddress(hGrpApi,"SetFunctionGetPixel");\r
+               SetFunctionSetPixel = (funcSetFunctionSetPixel)GetProcAddress(hGrpApi,"SetFunctionSetPixel");\r
+               SetMpqDll = (funcSetMpqDll)GetProcAddress(hGrpApi,"SetMpqDll");\r
                LoadGrpApi = (funcLoadGrpApi)GetProcAddress(hGrpApi,"LoadGrpApi");\r
                FreeGrpApi = (funcFreeGrpApi)GetProcAddress(hGrpApi,"FreeGrpApi");\r
        }\r
@@ -38,6 +44,9 @@ GRPAPIMODULE::~GRPAPIMODULE()
        DestroyGrp = 0;\r
        DrawGrp = 0;\r
        GetGrpInfo = 0;\r
+       SetFunctionGetPixel = 0;\r
+       SetFunctionSetPixel = 0;\r
+       SetMpqDll = 0;\r
        LoadGrpApi = 0;\r
        FreeGrpApi = 0;\r
 \r
@@ -53,4 +62,3 @@ void LoadGrpApiLib()
 void FreeGrpApiLib()\r
 {\r
 }\r
-\r