From 6bd1cfa1bdec266574d26b3bf0c3c45fa09d760a Mon Sep 17 00:00:00 2001 From: Denis Kasak Date: Sun, 2 Aug 2009 05:12:42 +0000 Subject: Implemented the Talk GPL command. svn-id: r42992 --- engines/draci/script.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/draci/script.h') diff --git a/engines/draci/script.h b/engines/draci/script.h index d799dcaed5..9e3345cd0b 100644 --- a/engines/draci/script.h +++ b/engines/draci/script.h @@ -115,6 +115,7 @@ private: void play(Common::Queue ¶ms); void startPlay(Common::Queue ¶ms); void newRoom(Common::Queue ¶ms); + void talk(Common::Queue ¶ms); int operAnd(int op1, int op2); int operOr(int op1, int op2); -- cgit v1.2.3