quest/
#ifndef QEDIT_H
#define QEDIT_H
//*****************************************************************************
//
// qedit.h
//
// An OLC tool for quests. Allows builders to create and alter the info for
// quests. Works in a similar fashion to redit, medit, oedit.
//
//*****************************************************************************

//
// prepare qedit for use
void init_qedit(void);

#endif // QEDIT_H