aboutsummaryrefslogtreecommitdiff
path: root/engines/access/files.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/access/files.h')
-rw-r--r--engines/access/files.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/access/files.h b/engines/access/files.h
index b91da7d6ff..d1a4d5aafd 100644
--- a/engines/access/files.h
+++ b/engines/access/files.h
@@ -43,6 +43,9 @@ struct FileIdent {
struct CellIdent : FileIdent {
byte _cell;
+
+ CellIdent() {}
+ CellIdent(int cell, int fileNum, int subfile);
};
class FileManager {