/* gencodeTracks - ENCODE GENCODE Genes tracks for both pilot and production ENCODE.
 * although these are used fundamentally different approaches to display */

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

void gencodeRegisterTrackHandlers();
/* register track handlers for GENCODE tracks */

#endif
