X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=advent.h;h=321e0363417c332f079e4a00da1ad0cb930eaa98;hp=232032eeea012d766320957ca429d3e03152652b;hb=79875c80887f2484d6652a24dfc67167290680cc;hpb=87452af44895728466a9a62de95a0e81863b6cfd diff --git a/advent.h b/advent.h index 232032e..321e036 100644 --- a/advent.h +++ b/advent.h @@ -107,6 +107,9 @@ enum phase_codes { GO_MOVE, GO_TOP, GO_CLEAROBJ, + GO_CHECKHINT, + GO_CHECKFOO, + GO_LOOKUP, GO_WORD2, GO_UNKNOWN, GO_DWARFWAKE, @@ -232,7 +235,7 @@ extern int restore(FILE *); extern long initialise(void); extern int action(command_t command); extern void state_change(obj_t, int); -extern bool is_valid(struct game_t *valgame); +extern bool is_valid(struct game_t); void bug(enum bugtype, const char *) __attribute__((__noreturn__));