Moved state_change to misc.c to start using it in main.c, too
[open-adventure.git] / advent.h
index 45b1c0c034256834de840433552860e28d1940e9..470e79ff5879d1a369dd30e308cf6f06a9d29789 100644 (file)
--- 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__));