From 0784b7e0b4f0f19b4c5a34f7081fdbf8ce9f75d9 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Fri, 9 Sep 2011 20:03:23 +0200 Subject: CGE: Remove Dat class --- engines/cge/fileio.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'engines/cge/fileio.h') diff --git a/engines/cge/fileio.h b/engines/cge/fileio.h index 6465c8e8f8..65f0b953e7 100644 --- a/engines/cge/fileio.h +++ b/engines/cge/fileio.h @@ -63,10 +63,10 @@ struct Header { class IoHand { protected: - Common::File *_file; uint16 _seed; Crypt *_crypt; public: + Common::File *_file; uint16 _error; IoHand(const char *name, Crypt crypt); @@ -132,12 +132,6 @@ public: bool exist(const char *name); }; -class Dat { -public: - Dat(); - CFile _file; -}; - class VFile : public IoBuf { private: long _begMark; @@ -153,7 +147,7 @@ public: long seek(long pos); }; -extern Dat *_dat; +extern CFile *_dat; extern BtFile *_cat; } // End of namespace CGE -- cgit v1.2.3