Implement and document state-changes messages in YAML.
[open-adventure.git] / advent.h
index 2c95e979606548973b84417c51f93103cb8ef580..722b3fb7536233200a90e253b45dd3a01acb6741 100644 (file)
--- a/advent.h
+++ b/advent.h
@@ -86,7 +86,7 @@ extern const char advent_to_ascii[];
 extern FILE *logfp;
 extern bool oldstyle, editline, prompt;
 
-enum speaktype {touch, look, hear, study};
+enum speaktype {touch, look, hear, study, change};
 
 /* b is not needed for POSIX but harmless */
 #define READ_MODE "rb"