aboutsummaryrefslogtreecommitdiff
path: root/engines/access/amazon/amazon_resources.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-08-06 08:55:56 -0400
committerPaul Gilbert2014-08-06 08:55:56 -0400
commit3bd0f0f3394e87ee3e18c1bfda80a99ccc31c61c (patch)
treec5a6fa98f7b0fdef45f3a6a50f947575b89ea266 /engines/access/amazon/amazon_resources.h
parentc4d6dc376382de9b2d91d93ac9061f600b6a8696 (diff)
downloadscummvm-rg350-3bd0f0f3394e87ee3e18c1bfda80a99ccc31c61c.tar.gz
scummvm-rg350-3bd0f0f3394e87ee3e18c1bfda80a99ccc31c61c.tar.bz2
scummvm-rg350-3bd0f0f3394e87ee3e18c1bfda80a99ccc31c61c.zip
ACCESS: Split resources into a seperate file just for Amazon resources
Diffstat (limited to 'engines/access/amazon/amazon_resources.h')
-rw-r--r--engines/access/amazon/amazon_resources.h42
1 files changed, 42 insertions, 0 deletions
diff --git a/engines/access/amazon/amazon_resources.h b/engines/access/amazon/amazon_resources.h
new file mode 100644
index 0000000000..fba3bc2747
--- /dev/null
+++ b/engines/access/amazon/amazon_resources.h
@@ -0,0 +1,42 @@
+/* ScummVM - Graphic Adventure Engine
+ *
+ * ScummVM is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the COPYRIGHT
+ * file distributed with this source distribution.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ */
+
+#ifndef ACCESS_AMAZON_RESOURCES_H
+#define ACCESS_AMAZON_RESOURCES_H
+
+#include "common/scummsys.h"
+
+namespace Access {
+
+namespace Amazon {
+
+extern const char *const FILENAMES[];
+
+extern const byte *CURSORS[10];
+
+extern const int TRAVEL_POS[][2];
+
+} // End of namespace Amazon
+
+} // End of namespace Access
+
+#endif /* ACCESS_AMAZON_RESOURCES_H */