aboutsummaryrefslogtreecommitdiff
path: root/saga/saga.h
diff options
context:
space:
mode:
Diffstat (limited to 'saga/saga.h')
-rw-r--r--saga/saga.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/saga/saga.h b/saga/saga.h
index e1d72f77b7..35c33ca637 100644
--- a/saga/saga.h
+++ b/saga/saga.h
@@ -80,8 +80,9 @@ enum SAGAGameId {
GID_IHNM
};
-int TRANSITION_Dissolve(byte *dst_img, int dst_w, int dst_h,
- int dst_p, const byte *src_img, int src_p, int flags, double percent);
+int TRANSITION_Dissolve(byte *dst_img, int dst_w, int dst_h, int dst_p, const byte *src_img,
+ int src_w, int src_h, int src_p, int flags, int x, int y,
+ double percent);
int SYSINPUT_ProcessInput(void);
R_POINT SYSINPUT_GetMousePos();