Moved state_change to misc.c to start using it in main.c, too
This commit is contained in:
parent
df422fe2ed
commit
40ff648431
5 changed files with 17 additions and 14 deletions
2
advent.h
2
advent.h
|
@ -242,6 +242,8 @@ extern int resume(void);
|
|||
extern int restore(FILE *);
|
||||
extern long initialise(void);
|
||||
extern int action(struct command_t *command);
|
||||
extern void state_change(long obj, long state);
|
||||
|
||||
|
||||
void bug(enum bugtype, const char *) __attribute__((__noreturn__));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue