aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/hdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hdb/hdb.h')
-rw-r--r--engines/hdb/hdb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/hdb/hdb.h b/engines/hdb/hdb.h
index 6d23bde7c3..d55f8b38ab 100644
--- a/engines/hdb/hdb.h
+++ b/engines/hdb/hdb.h
@@ -26,6 +26,7 @@
#include "common/scummsys.h"
#include "common/system.h"
#include "common/savefile.h"
+#include "common/fs.h"
#include "engines/engine.h"
@@ -145,6 +146,7 @@ public:
~HDBGame();
virtual bool hasFeature(Engine::EngineFeature f) const;
+ virtual void initializePath(const Common::FSNode &gamePath);
virtual Common::Error run();