aboutsummaryrefslogtreecommitdiff
path: root/engines/access/data.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/access/data.h')
-rw-r--r--engines/access/data.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/engines/access/data.h b/engines/access/data.h
index 3b3485e459..08fbb40d68 100644
--- a/engines/access/data.h
+++ b/engines/access/data.h
@@ -88,6 +88,16 @@ public:
FileIdent _vidSound;
};
+struct DeathEntry {
+ int _screenId;
+ Common::String _msg;
+};
+
+class DeathList : public Common::Array<DeathEntry> {
+public:
+ Common::Array<CellIdent> _cells;
+};
+
} // End of namespace Access
#endif /* ACCESS_DATA_H */