1 /* 2 * editlev.h 3 * AYM 1998-09-06 4 */ 5 6 7 char *find_level (const char *name_given); 8 void EditLevel (const char *, bool); 9 10