/******************************************************************************/
/* Copyright 1997 MBARI                                                       */
/******************************************************************************/
/* Summary  : Video overlay definitions for Counter class                     */
/* Filename : Counter.h                                                       */
/* Author   : Janice Tarrant                                                  */
/* Project  : Tiburon                                                         */
/* Version  : Version 1.0                                                     */
/* Created  : 07/10/97                                                        */
/* Modified :                                                                 */
/* Archived :                                                                 */
/******************************************************************************/
/* Modification History :                                                     */
/* $Header$
 * $Log$
 *
 */
/******************************************************************************/
#ifndef INC_COUNTER_H	
#define INC_COUNTER_H 

					/* function prototypes                */
#if __STDC__
Void Counter_Display(OV_alignment *alignment, OV_Item *p_item);
Void Counter_SetValue(OV_Item *p_item, OV_char *value);
#endif

#endif 
