/* oregannoUi.h - enums and char arrays for ORegAnno UI features */

/* Copyright (C) 2006 The Regents of the University of California 
 * See kent/LICENSE or http://genome.ucsc.edu/license/ for licensing information. */
#ifndef OREGANNOUI_H
#define OREGANNOUI_H

extern char *oregannoTypeLabel[];
extern char *oregannoTypeString[];
extern char *oregannoTypeDbValue[];
extern int oregannoTypeSize;
extern char *oregannoAttributes[];
extern char *oregannoAttrLabel[];
extern int oregannoAttrSize;

#endif
