From 9182fef47dd0ec2a12bbe125bb1b682d0aea3968 Mon Sep 17 00:00:00 2001 From: Nipun Garg Date: Fri, 28 Jun 2019 03:44:55 +0530 Subject: HDB: Add stunEnemy() --- engines/hdb/ai.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/hdb/ai.h') diff --git a/engines/hdb/ai.h b/engines/hdb/ai.h index ab0abe6af3..a2f59e9bea 100644 --- a/engines/hdb/ai.h +++ b/engines/hdb/ai.h @@ -718,6 +718,7 @@ public: void setEntityGoal(AIEntity *e, int x, int y); void initAllEnts(); void killPlayer(Death method); + void stunEnemy(AIEntity *e, int time); void animateEntity(AIEntity *e); void animEntFrames(AIEntity *e); -- cgit v1.2.3