diff options
Diffstat (limited to 'engines/cge/general.h')
-rw-r--r-- | engines/cge/general.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/cge/general.h b/engines/cge/general.h index 16b0c1e2bf..6fb8e24f9c 100644 --- a/engines/cge/general.h +++ b/engines/cge/general.h @@ -29,6 +29,7 @@ #define __GENERAL__ #include "common/system.h" +#include "common/file.h" #include "common/random.h" #include "common/textconsole.h" #include "common/str.h" @@ -183,7 +184,7 @@ inline uint16 XRead(XFILE *xf, T *t) { class IOHAND : public XFILE { protected: - int Handle; + Common::File _file; uint16 Seed; CRYPT *Crypt; public: |