@@ -15,21 +15,25 @@ char *const GLD_g_cEraseBackground = OFFSET(0x49F81C);
1515 * Functions
1616 */
1717BOOL (* GLD_bFlipDeviceWithSynchro )(void ) = OFFSET (0x420f50 );
18- void (* fn_vChangeViewPortPercent )(unsigned long _ulMode ,
19- unsigned long _ulWhat ,
20- unsigned long _ulWidth ,
21- unsigned long _ulHeight ,
22- unsigned long _ulClipTop ,
23- unsigned long _ulClipLeft ,
24- unsigned long _ulClipBottom ,
25- unsigned long _ulClipRight ,
26- int _iPosX ,
27- int _iPosY
28- ) = OFFSET (0x404e70 );
18+ void (* GLDfn_vChangeViewPortPercent )(
19+ unsigned long _ulMode ,
20+ unsigned long _ulWhat ,
21+ unsigned long _ulWidth ,
22+ unsigned long _ulHeight ,
23+ unsigned long _ulClipTop ,
24+ unsigned long _ulClipLeft ,
25+ unsigned long _ulClipBottom ,
26+ unsigned long _ulClipRight ,
27+ int _iPosX ,
28+ int _iPosY
29+ ) = OFFSET (0x404e70 );
2930
30- ACP_FUNC GLD_tdstViewport * (* GLD_pGetViewport )(GLD_tdhDevice hDev , GLD_tdhViewport hOldVP ) = OFFSET (0x420430 );
31- ACP_FUNC BOOL (* GLD_bSwapDeviceMode )(GLD_tdhDevice hDev , BOOL _bCanBeWindowed ) = OFFSET (0x421300 );
32- ACP_FUNC void (* GLD_vGetFrontBufferIn24BitsAA )(GLD_tdhDevice _hGLDDevice , GLD_tdhViewport _hGLDViewport , unsigned long _lWidth , unsigned long _lHeight , unsigned char * p_lBufferDst ) = OFFSET (0x42bd20 );
33- ACP_FUNC BOOL (* GLD_bRequestWriteToViewport2D )(GLD_tdhDevice hNotUsed , GLD_tdhViewport hVP , GLD_tdstViewportAttributes * pstViewAttrib , BOOL * pbCanWrite ) = OFFSET (0x420be0 );
34- ACP_FUNC BOOL (* GLD_bWriteToViewportFinished2D )(GLD_tdhDevice hNotUsed , GLD_tdhViewport hVP ) = OFFSET (0x420cc0 );
35- ACP_FUNC BOOL (* GLD_bCreateDevice )(GLD_tdstDeviceAttributes pstDevAttrib , GLD_tdhDevice * phDev ) = OFFSET (0x420520 );
31+ GLD_tdstViewport * (* GLD_pGetViewport )(GLD_tdhDevice hDev , GLD_tdhViewport hOldVP ) = OFFSET (0x420430 );
32+ BOOL (* GLD_bSwapDeviceMode )(GLD_tdhDevice hDev , BOOL _bCanBeWindowed ) = OFFSET (0x421300 );
33+ void (* GLD_vGetFrontBufferIn24BitsAA )(GLD_tdhDevice _hGLDDevice , GLD_tdhViewport _hGLDViewport , unsigned long _lWidth , unsigned long _lHeight , unsigned char * p_lBufferDst ) = OFFSET (0x42bd20 );
34+ BOOL (* GLD_bRequestWriteToViewport2D )(GLD_tdhDevice hNotUsed , GLD_tdhViewport hVP , GLD_tdstViewportAttributes * pstViewAttrib , BOOL * pbCanWrite ) = OFFSET (0x420be0 );
35+ BOOL (* GLD_bWriteToViewportFinished2D )(GLD_tdhDevice hNotUsed , GLD_tdhViewport hVP ) = OFFSET (0x420cc0 );
36+ BOOL (* GLD_bCreateDevice )(GLD_tdstDeviceAttributes pstDevAttrib , GLD_tdhDevice * phDev ) = OFFSET (0x420520 );
37+
38+ BOOL (* GLD_bRequestWriteToViewport )(GLD_tdhDevice hNotUsed , GLD_tdhViewport hVP , GLD_tdstViewportAttributes * pstViewAttrib , BOOL * pbCanWrite ) = OFFSET (0x420B20 );
39+ BOOL (* GLD_bWriteToViewportFinished )(GLD_tdhDevice hNotUsed , GLD_tdhViewport hVP ) = OFFSET (0x420BB0 );
0 commit comments