aboutsummaryrefslogtreecommitdiff
path: root/simon/simon.h
diff options
context:
space:
mode:
authorTravis Howell2005-11-08 11:34:56 +0000
committerTravis Howell2005-11-08 11:34:56 +0000
commit5dd373e577b07816fec4f9de7b36d66e3867c7b9 (patch)
tree2ecce66ddfcfb9fd4ee8a82b8f85470e8f1f8f41 /simon/simon.h
parent67ecf5ce83a19a770b55f72406d7eeb87db06b81 (diff)
downloadscummvm-rg350-5dd373e577b07816fec4f9de7b36d66e3867c7b9.tar.gz
scummvm-rg350-5dd373e577b07816fec4f9de7b36d66e3867c7b9.tar.bz2
scummvm-rg350-5dd373e577b07816fec4f9de7b36d66e3867c7b9.zip
Cleanup.
svn-id: r19518
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();