dmuck0.15-beta/docs/muf/
dmuck0.15-beta/game/
dmuck0.15-beta/game/logs/
dmuck0.15-beta/game/muf/
dmuck0.15-beta/game/muf/text/
#define  LINE_SIZE		90
#define  TOPIC_NAME_LEN		30
#define  HELP_TOPIC_MARK	"&&&"

typedef struct {
    long pos;				/* index into help file */
    int len;				/* length of help entry */
    char topic[TOPIC_NAME_LEN+1];	/* topic of help entry */
} help_indx;