X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=advent.h;h=ff62476379a7f16dda8212109ef28a52cbc02cb5;hb=7753ad3134be3184981b1889c1c38069f2bce6e0;hp=f199489e7034939236b463fcddf7157c2d34c83a;hpb=87961483a22111329eac6967705190ccd72330f6;p=open-adventure.git 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);