aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/ai.h
diff options
context:
space:
mode:
authorNipun Garg2019-07-26 10:16:42 +0530
committerEugene Sandulenko2019-09-03 17:17:29 +0200
commit5ba5a335a14ba79c9aa0671f1825dad0807fee0b (patch)
tree8eb4d281d2ed0b5c606cea2e53d7bae51effd11b /engines/hdb/ai.h
parentd3eacb7e0fefbd9cde5b17fcfc5727eaf0143ad5 (diff)
downloadscummvm-rg350-5ba5a335a14ba79c9aa0671f1825dad0807fee0b.tar.gz
scummvm-rg350-5ba5a335a14ba79c9aa0671f1825dad0807fee0b.tar.bz2
scummvm-rg350-5ba5a335a14ba79c9aa0671f1825dad0807fee0b.zip
HDB: Unstub Sound related stubs
Diffstat (limited to 'engines/hdb/ai.h')
-rw-r--r--engines/hdb/ai.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/hdb/ai.h b/engines/hdb/ai.h
index dfa22bbda7..6bf3af88b2 100644
--- a/engines/hdb/ai.h
+++ b/engines/hdb/ai.h
@@ -832,6 +832,7 @@ public:
void initAllEnts();
void killPlayer(Death method);
void stunEnemy(AIEntity *e, int time);
+ int metalOrFleshSND(AIEntity *e);
int tileDistance(AIEntity *e1, AIEntity *e2) {
return abs(e1->tileX - e2->tileX) + abs(e1->tileY - e2->tileY);
}