#ifndef _ZVGENC_H_
#define _ZVGENC_H_
/*****************************************************************************
* Header file for ZVGENC.C
*
* Author:  Zonn Moore
* Created: 11/06/02
*
* History:
*
* (c) Copyright 2002, Zektor, LLC.  All Rights Reserved.
*****************************************************************************/
extern void zEncodeReset( void);
extern void zEncodeSetPtr( uchar *zvgBfr);
extern uint	zEncodeSize( void);
extern void	zEncodeCenter( void);
extern void zEncodeZvg( int xStart, int yStart, int xEnd, int yEnd, int color);
extern void zEncodeZvgNC( int xStart, int yStart, int xEnd, int yEnd);

#endif
