X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=advent.h;fp=advent.h;h=fbdd580e4dd2b73220f730ac65fba556fd7157a8;hp=232032eeea012d766320957ca429d3e03152652b;hb=876fbb2f78bc63b3c99091ab658042f578b3df35;hpb=87452af44895728466a9a62de95a0e81863b6cfd diff --git a/advent.h b/advent.h index 232032e..fbdd580 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); +extern bool is_valid(struct game_t); void bug(enum bugtype, const char *) __attribute__((__noreturn__));