From 819449d09907f97c09048268eb52e54b9d9b33c0 Mon Sep 17 00:00:00 2001 From: Robert Špalek Date: Thu, 22 Oct 2009 07:34:43 +0000 Subject: Implemented GPL2 commands for music. Debugged everything. svn-id: r45330 --- engines/draci/script.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/draci/script.h') diff --git a/engines/draci/script.h b/engines/draci/script.h index eaede35ff4..3476dd1116 100644 --- a/engines/draci/script.h +++ b/engines/draci/script.h @@ -109,6 +109,9 @@ private: void c_Let(Common::Queue ¶ms); void load(Common::Queue ¶ms); void start(Common::Queue ¶ms); + void loadMusic(Common::Queue ¶ms); + void startMusic(Common::Queue ¶ms); + void stopMusic(Common::Queue ¶ms); void mark(Common::Queue ¶ms); void release(Common::Queue ¶ms); void icoStat(Common::Queue ¶ms); -- cgit v1.2.3