#ifndef _VIBTREE__
#define _VIBTREE__

#include <ncbi.h>
#include <picture.h>
#include <urktree.h>

#ifdef __cplusplus
extern "C" {
#endif

extern SegmenT GeneTreeDraw (TreeNodePtr ptrNode, SegmenT seg);

#ifdef __cplusplus
}
#endif

#endif
