diff options
Diffstat (limited to 'engines/hdb/ai.cpp')
-rw-r--r-- | engines/hdb/ai.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/hdb/ai.cpp b/engines/hdb/ai.cpp index 36dbcbe7cc..ca4d83c177 100644 --- a/engines/hdb/ai.cpp +++ b/engines/hdb/ai.cpp @@ -32,6 +32,11 @@ AI::~AI() { delete _cine; } +bool AI::init() { + warning("STUB: AI::init required"); + return true; +} + void AI::processCines() { bool complete, bailOut; |