X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=advent.h;h=470e79ff5879d1a369dd30e308cf6f06a9d29789;hb=b2d71155e9d9694c20669262dacca20ad9277026;hp=45b1c0c034256834de840433552860e28d1940e9;hpb=8613f0b3d941cacbcfde9a0a02f1bcd8f8d4e7b8;p=open-adventure.git diff --git a/advent.h b/advent.h index 45b1c0c..470e79f 100644 --- a/advent.h +++ b/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__));