aboutsummaryrefslogtreecommitdiff
path: root/engines/mutationofjb/script.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mutationofjb/script.cpp')
-rw-r--r--engines/mutationofjb/script.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/mutationofjb/script.cpp b/engines/mutationofjb/script.cpp
index a4bbb8f1ef..a931785404 100644
--- a/engines/mutationofjb/script.cpp
+++ b/engines/mutationofjb/script.cpp
@@ -49,6 +49,8 @@
#include "mutationofjb/commands/specialshowcommand.h"
#include "mutationofjb/commands/switchpartcommand.h"
#include "mutationofjb/commands/loadplayercommand.h"
+#include "mutationofjb/commands/bitmapvisibilitycommand.h"
+#include "mutationofjb/commands/playanimationcommand.h"
#include "mutationofjb/game.h"
namespace MutationOfJB {
@@ -81,6 +83,8 @@ static CommandParser **getParsers() {
new SpecialShowCommandParser,
new SwitchPartCommandParser,
new LoadPlayerCommandParser,
+ new BitmapVisibilityCommandParser,
+ new PlayAnimationCommandParser,
nullptr
};