/* hgMutUi.h - enums and char arrays for hgMut 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 LANDMARKUI_H
#define LANDMARKUI_H

extern char *landmarkTypeLabel[];
extern char *landmarkTypeString[];
extern char *landmarkTypeDbValue[];
extern int landmarkTypeSize;
extern char *landmarkAttributes[];
extern int landmarkAttrSize;

#endif
