/* Word List */ enum { NOWORD, ASCII, RAVE, STATS, HUG, KICK, LASTWORD }; /* Functions */ extern void init_commands(); extern void init_words();