aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/bitmap.h
diff options
context:
space:
mode:
authorStrangerke2011-09-09 16:51:47 +0200
committerStrangerke2011-09-09 16:51:47 +0200
commitb23bee8571567260c3003f82e3da4a681f3f0cc2 (patch)
tree33381227dff358856e76f60f6441211234c779f9 /engines/cge/bitmap.h
parent4b9d2c2516b5eb84945ee11bdc0b6a8fd1b82fd5 (diff)
downloadscummvm-rg350-b23bee8571567260c3003f82e3da4a681f3f0cc2.tar.gz
scummvm-rg350-b23bee8571567260c3003f82e3da4a681f3f0cc2.tar.bz2
scummvm-rg350-b23bee8571567260c3003f82e3da4a681f3f0cc2.zip
CGE: Remove XFile, rename some members
Diffstat (limited to 'engines/cge/bitmap.h')
-rw-r--r--engines/cge/bitmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge/bitmap.h b/engines/cge/bitmap.h
index cd4f8267d1..78907dc4d7 100644
--- a/engines/cge/bitmap.h
+++ b/engines/cge/bitmap.h
@@ -61,7 +61,7 @@ struct HideDesc {
#include "common/pack-end.h"
class Bitmap {
- bool loadVBM(XFile *f);
+ bool loadVBM(VFile *f);
public:
static Dac *_pal;
uint16 _w;