X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=advent.h;h=f7551d0ebb56fc65e54f62983fd5861c42f4d79e;hp=af9d1239fc2d8faff602347c4d61ad22ac5a74ff;hb=67ed99b29cfe5c32b3db72091de3fb174195e032;hpb=7a3f3ec7a6e28e8cb3e31d60893679922160e52c diff --git a/advent.h b/advent.h index af9d123..f7551d0 100644 --- a/advent.h +++ b/advent.h @@ -185,10 +185,12 @@ struct command_t { enum speechpart part; vocab_t verb; vocab_t obj; + token_t wd1, wd1x; + token_t wd2, wd2x; }; void initialise(void); -int action(FILE *input, struct command_t command); +int action(FILE *input, struct command_t *command); /* Phase codes for action returns. * These were at one time FORTRAN line numbers.