aboutsummaryrefslogtreecommitdiff
path: root/engines/access/amazon/amazon_resources.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-08-06 20:19:15 -0400
committerPaul Gilbert2014-08-06 20:19:15 -0400
commit3645aad6fb02e0430c4ff3b325e1c0012042f4b7 (patch)
tree7e632736377c98fb29e56451b1a35a7af3ef7a03 /engines/access/amazon/amazon_resources.h
parent3bd0f0f3394e87ee3e18c1bfda80a99ccc31c61c (diff)
downloadscummvm-rg350-3645aad6fb02e0430c4ff3b325e1c0012042f4b7.tar.gz
scummvm-rg350-3645aad6fb02e0430c4ff3b325e1c0012042f4b7.tar.bz2
scummvm-rg350-3645aad6fb02e0430c4ff3b325e1c0012042f4b7.zip
ACCESS: Add Amazon character and room resource lists
Diffstat (limited to 'engines/access/amazon/amazon_resources.h')
-rw-r--r--engines/access/amazon/amazon_resources.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/access/amazon/amazon_resources.h b/engines/access/amazon/amazon_resources.h
index fba3bc2747..7601138835 100644
--- a/engines/access/amazon/amazon_resources.h
+++ b/engines/access/amazon/amazon_resources.h
@@ -35,6 +35,10 @@ extern const byte *CURSORS[10];
extern const int TRAVEL_POS[][2];
+extern const byte *ROOM_TABLE[];
+
+extern const byte *CHARTBL[];
+
} // End of namespace Amazon
} // End of namespace Access