aboutsummaryrefslogtreecommitdiff
path: root/simon/simon.h
diff options
context:
space:
mode:
Diffstat (limited to 'simon/simon.h')
-rw-r--r--simon/simon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/simon/simon.h b/simon/simon.h
index c6fe96e59b..a4eb115f38 100644
--- a/simon/simon.h
+++ b/simon/simon.h
@@ -788,8 +788,8 @@ protected:
void quick_load_or_save();
void shutdown();
- byte *vc10_depack_swap(const byte *src, uint w, uint h);
- byte *vc10_no_depack_swap(const byte *src, uint w, uint h);
+ byte *vc10_uncompressFlip(const byte *src, uint w, uint h);
+ byte *vc10_flip(const byte *src, uint w, uint h);
Item *getNextItemPtrStrange();