/******************************************************************************/
/* Copyright 1997 MBARI                                                       */
/******************************************************************************/
/* Summary  : Video overlay definitions for Gauge class                       */
/* Filename : Gauge.h                                                         */
/* Author   : Janice Tarrant                                                  */
/* Project  : Tiburon                                                         */
/* Version  : Version 1.0                                                     */
/* Created  : 07/01/97                                                        */
/* Modified :                                                                 */
/* Archived :                                                                 */
/******************************************************************************/
/* Modification History :                                                     */
/* $Header$
 * $Log$
 *
 */
/******************************************************************************/
#ifndef INC_GAUGE_H	
#define INC_GAUGE_H 


					/* function prototypes                */
#if __STDC__
void Gauge_Display(OV_alignment *alignment, OV_Item *p_item);
void Gauge_cursor(OV_alignment *alignment, OV_Item *p_item, OV_float xorg,
		  OV_float yorg);
void Gauge_Line(OV_alignment *alignment, OV_Item *p_item);
#endif

#endif 
