aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/people.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-06-03 21:51:46 -0400
committerPaul Gilbert2015-06-03 21:51:46 -0400
commitff28b217b3dc9d5a92debef7d59561126e14dd91 (patch)
tree1a923d820f37f8307f8bf19fef598d2719413e78 /engines/sherlock/people.h
parent60378fe22883387c9d116764dc631c5cd5a6d3f8 (diff)
downloadscummvm-rg350-ff28b217b3dc9d5a92debef7d59561126e14dd91.tar.gz
scummvm-rg350-ff28b217b3dc9d5a92debef7d59561126e14dd91.tar.bz2
scummvm-rg350-ff28b217b3dc9d5a92debef7d59561126e14dd91.zip
SHERLOCK: Implemented checkWalkGraphics
Diffstat (limited to 'engines/sherlock/people.h')
-rw-r--r--engines/sherlock/people.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/sherlock/people.h b/engines/sherlock/people.h
index 32faee5f07..102d740fb5 100644
--- a/engines/sherlock/people.h
+++ b/engines/sherlock/people.h
@@ -53,6 +53,10 @@ enum {
MAP_DOWN = 5, MAP_DOWNLEFT = 6, MAP_LEFT = 2, MAP_UPLEFT = 8
};
+#define NUM_IN_WALK_LIB 10
+extern const char *const WALK_LIB_NAMES[10];
+
+
struct PersonData {
const char *_name;
const char *_portrait;