Prepare for sync with the issue #37 bugfix branch.
This commit is contained in:
parent
87452af448
commit
876fbb2f78
2 changed files with 28 additions and 28 deletions
2
advent.h
2
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__));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue