X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=advent.h;h=09f5ad99271d427f31f3b347ba5f6e9097799d80;hp=fbdd580e4dd2b73220f730ac65fba556fd7157a8;hb=f1d3b75561ad4275155327d13696fb5978f47df0;hpb=876fbb2f78bc63b3c99091ab658042f578b3df35 diff --git a/advent.h b/advent.h index fbdd580..09f5ad9 100644 --- a/advent.h +++ b/advent.h @@ -107,6 +107,7 @@ enum phase_codes { GO_MOVE, GO_TOP, GO_CLEAROBJ, + GO_CHECKHINT, GO_WORD2, GO_UNKNOWN, GO_DWARFWAKE, @@ -230,7 +231,7 @@ extern int suspend(void); extern int resume(void); extern int restore(FILE *); extern long initialise(void); -extern int action(command_t command); +extern int action(command_t); extern void state_change(obj_t, int); extern bool is_valid(struct game_t);