X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=advent.h;fp=advent.h;h=09f5ad99271d427f31f3b347ba5f6e9097799d80;hp=5e9871d4ed7a65c10497a251429bdb3b5e98c218;hb=08f77c692a84d836e494c8cd469f5ac00524cf1c;hpb=deb489cd8c64305e6561ddf5c38ee5841394c104 diff --git a/advent.h b/advent.h index 5e9871d..09f5ad9 100644 --- a/advent.h +++ b/advent.h @@ -231,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);