aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/inter.h')
-rw-r--r--engines/gob/inter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/gob/inter.h b/engines/gob/inter.h
index 87a548d9e8..d9cd4639d9 100644
--- a/engines/gob/inter.h
+++ b/engines/gob/inter.h
@@ -32,6 +32,7 @@
#include "gob/goblin.h"
#include "gob/variables.h"
#include "gob/iniconfig.h"
+#include "gob/databases.h"
namespace Gob {
@@ -625,6 +626,7 @@ protected:
private:
INIConfig _inis;
+ Databases _databases;
void storeValue(uint16 index, uint16 type, uint32 value);
void storeValue(uint32 value);