From b23bee8571567260c3003f82e3da4a681f3f0cc2 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Fri, 9 Sep 2011 16:51:47 +0200 Subject: CGE: Remove XFile, rename some members --- engines/cge/bitmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/cge/bitmap.h') 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; -- cgit v1.2.3