MUTATIONOFJB: Basic conversation support.

This commit is contained in:
Ľubomír Remák 2018-07-08 17:06:41 +02:00 committed by Eugene Sandulenko
parent f102667fc2
commit 20d6d71ec9
22 changed files with 765 additions and 25 deletions

View file

@ -44,6 +44,7 @@
#include "mutationofjb/commands/newroomcommand.h"
#include "mutationofjb/commands/renamecommand.h"
#include "mutationofjb/commands/definestructcommand.h"
#include "mutationofjb/commands/talkcommand.h"
#include "mutationofjb/game.h"
namespace MutationOfJB {
@ -62,6 +63,7 @@ static CommandParser **getParsers() {
new ChangeSceneCommandParser,
new DefineStructCommandParser,
new SayCommandParser,
new TalkCommandParser,
new AddItemCommandParser,
new RemoveItemCommandParser,
new RemoveAllItemsCommandParser,