aboutsummaryrefslogtreecommitdiff
path: root/saga/saga.h
diff options
context:
space:
mode:
Diffstat (limited to 'saga/saga.h')
-rw-r--r--saga/saga.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/saga/saga.h b/saga/saga.h
index 43794e19cd..1bd1d827d3 100644
--- a/saga/saga.h
+++ b/saga/saga.h
@@ -71,9 +71,9 @@ public:
Anim *_anim;
private:
- int DecodeBGImageRLE(const byte *inbuf, size_t inbuf_len, byte *outbuf, size_t outbuf_len);
- int FlipImage(byte *img_buf, int columns, int scanlines);
- int UnbankBGImage(byte *dest_buf, const byte *src_buf, int columns, int scanlines);
+ int decodeBGImageRLE(const byte *inbuf, size_t inbuf_len, byte *outbuf, size_t outbuf_len);
+ int flipImage(byte *img_buf, int columns, int scanlines);
+ int unbankBGImage(byte *dest_buf, const byte *src_buf, int columns, int scanlines);
public:
int decodeBGImage(const byte *image_data, size_t image_size,