X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=advent.h;h=ff62476379a7f16dda8212109ef28a52cbc02cb5;hp=f199489e7034939236b463fcddf7157c2d34c83a;hb=a678b68b39f21f8b2853e45c6138d815a82a3423;hpb=87961483a22111329eac6967705190ccd72330f6 diff --git a/advent.h b/advent.h index f199489..ff62476 100644 --- a/advent.h +++ b/advent.h @@ -91,6 +91,9 @@ extern void* xmalloc(size_t size); extern char* xstrdup(const char*); extern void packed_to_token(long, char token[]); extern void speak(const char*); +extern bool wordeq(token_t, token_t); +extern bool wordempty(token_t); +extern void wordclear(token_t *); extern void PSPEAK(vocab_t, int); extern void RSPEAK(vocab_t); extern void SETPRM(long, long, long);