aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/bitmap.h
diff options
context:
space:
mode:
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;