X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=advent.h;h=560b15010854fa7f5d389c78b8177da8f8ccba32;hp=8ef2f5b59c950b0471e3159f675d73b392324ae2;hb=a768555312f0ff1c0ddb11ae5e6212210535110c;hpb=854e21a1af4f01df70b31dc32500c2ec805f0f7e diff --git a/advent.h b/advent.h index 8ef2f5b..560b150 100644 --- a/advent.h +++ b/advent.h @@ -199,6 +199,7 @@ extern bool wordeq(token_t, token_t); extern bool wordempty(token_t); extern void wordclear(token_t *); extern void speak(const char*, ...); +extern void sspeak(long msg, ...); extern void pspeak(vocab_t, enum speaktype, int, bool, ...); extern void rspeak(vocab_t, ...); extern void echo_input(FILE*, const char*, const char*);