X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=advent.h;h=09f5ad99271d427f31f3b347ba5f6e9097799d80;hb=e65f31cac2f175151e77668d83b527908a2ec7d3;hp=e43459bb79b888e03b8bdc0d504a8f589e191da7;hpb=db2daf1da4242ad6a1c1b9689d1702f8a4ec8a3e;p=open-adventure.git diff --git a/advent.h b/advent.h index e43459b..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,9 +231,9 @@ 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); void bug(enum bugtype, const char *) __attribute__((__noreturn__));