aboutsummaryrefslogtreecommitdiff
path: root/engines/cge2/cge2.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge2/cge2.h')
-rw-r--r--engines/cge2/cge2.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/cge2/cge2.h b/engines/cge2/cge2.h
index ee4ecf62b1..068b371ff6 100644
--- a/engines/cge2/cge2.h
+++ b/engines/cge2/cge2.h
@@ -30,6 +30,7 @@
#include "engines/engine.h"
#include "engines/advancedDetector.h"
+#include "cge2/fileio.h"
namespace CGE2 {
@@ -45,6 +46,10 @@ public:
virtual Common::Error run();
const ADGameDescription *_gameDescription;
+
+ ResourceManager *_resman;
+private:
+ void init();
};
} // End of namespace CGE2