aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/ai.h
diff options
context:
space:
mode:
authorNipun Garg2019-06-29 03:26:40 +0530
committerEugene Sandulenko2019-09-03 17:17:04 +0200
commit81ea30aa18541a5cf870099ff93bb6bbe78fa790 (patch)
tree7aa540cc3090c26e7884f7fdc29cbd561debf696 /engines/hdb/ai.h
parent3d979e14ff234744f534cdcfc651331ac4fd622d (diff)
downloadscummvm-rg350-81ea30aa18541a5cf870099ff93bb6bbe78fa790.tar.gz
scummvm-rg350-81ea30aa18541a5cf870099ff93bb6bbe78fa790.tar.bz2
scummvm-rg350-81ea30aa18541a5cf870099ff93bb6bbe78fa790.zip
HDB: Add movePlayer() and playerUse()
Diffstat (limited to 'engines/hdb/ai.h')
-rw-r--r--engines/hdb/ai.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/hdb/ai.h b/engines/hdb/ai.h
index b164161bd1..f053d20a39 100644
--- a/engines/hdb/ai.h
+++ b/engines/hdb/ai.h
@@ -788,6 +788,10 @@ public:
void lookAtEntity(AIEntity *e);
// Player Functions
+
+ void movePlayer(uint16 buttons);
+ void playerUse();
+
AIEntity *getPlayer() {
if (!_player)
return &_dummyPlayer;