MUTATIONOFJB: Basic conversation support.
This commit is contained in:
parent
f102667fc2
commit
20d6d71ec9
22 changed files with 765 additions and 25 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue