X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=advent.h;h=34b855fb7c4f4ff3efcbfbab70b050032d3f453e;hp=7eb54dc744d3e694edf5055b252b0a55e843047a;hb=87d7117ddd44c5ccd0720fa5bb8ed31be93eb54d;hpb=3d2ba1835544af309723e7502d0311d5f14ec99d diff --git a/advent.h b/advent.h index 7eb54dc..34b855f 100644 --- a/advent.h +++ b/advent.h @@ -208,7 +208,6 @@ extern void packed_to_token(long, char token[]); extern long token_to_packed(const char token[]); extern void tokenize(char*, struct command_t *); extern void vspeak(const char*, bool, va_list); -extern bool wordempty(token_t); extern void wordclear(token_t *); extern void speak(const char*, ...); extern void sspeak(long msg, ...);