summaryrefslogtreecommitdiff
path: root/plugins/peopsxgl/draw.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/peopsxgl/draw.h')
-rwxr-xr-xplugins/peopsxgl/draw.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/peopsxgl/draw.h b/plugins/peopsxgl/draw.h
index 10501d37..2f524904 100755
--- a/plugins/peopsxgl/draw.h
+++ b/plugins/peopsxgl/draw.h
@@ -35,10 +35,10 @@ BOOL bSetupPixelFormat(HDC hDC);
int GLinitialize();
void GLcleanup();
-BOOL offset2(void);
-BOOL offset3(void);
-BOOL offset4(void);
-BOOL offsetline(void);
+BOOL offset2(unsigned int* addr);
+BOOL offset3(unsigned int* addr);
+BOOL offset4(unsigned int* addr);
+BOOL offsetline(unsigned int* addr);
void offsetST(void);
void offsetBlk(void);
void offsetScreenUpload(int Position);