#ifndef __QUESTNAMES_H__
#define __QUESTNAMES_H__
char *Quests[] = {
"ElvenForest", "InvisWand", "Excalibur", "FindGrail",
"Greatsword", "Sabre", "Spike", "Bust",
"Dragon", "Orb", "Unicorn", "Faffner",
"Rod", "Mjolnir", "Chicken", "SkiLesson",
"Guxx", "SunDisc", "Narnia",
TABLE_END
};
Boolean questsdone[19];
#endif /* Add nothing past this line... */