/*
 * word.h	This defines the interface for using words in 1down.
 *
 * Copyright (C) 1990 Rob Mayoff.
 */

/*
 * initWords will open and memory-map the word files.
 */
extern void initWords(void);
