From 5dd373e577b07816fec4f9de7b36d66e3867c7b9 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Tue, 8 Nov 2005 11:34:56 +0000 Subject: Cleanup. svn-id: r19518 --- simon/simon.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'simon/simon.h') 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(); -- cgit v1.2.3