X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=advent.h;h=232032eeea012d766320957ca429d3e03152652b;hp=e43459bb79b888e03b8bdc0d504a8f589e191da7;hb=87452af44895728466a9a62de95a0e81863b6cfd;hpb=25765a1b0f1a666d6dd0ef769519f757b0882f71 diff --git a/advent.h b/advent.h index e43459b..232032e 100644 --- a/advent.h +++ b/advent.h @@ -232,7 +232,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); void bug(enum bugtype, const char *) __attribute__((__noreturn__));