/* $VER: WBStars_plot.h 2.0 (18 Dec 1996)
*/

#ifndef WBSTARS_PLOT_H
#define WBSTARS_PLOT_H

/* Values for use in WBStars_plot.c */
extern int	width;
extern int	height;
extern int	Max_Objects;
extern int	Max_Stick;

/* WBStars_Functions.c */
void	SetPixel(int x, int y);
void	ClearPixel(int x, int y);
char	SetPixelTest(int x, int y);
char	ClearPixelTest(int x, int y);
char	Test1Pixel(int x, int y);
char	Test0Pixel(int x, int y);
void	LockPlotArea( void );
void	UnlockPlotArea( void );

/* WBStars_plot.c */
void	InitObjects( void );
void	ClearObjects( void );
void	PlotObjects( void );

#endif /* WBSTARS_PLOT_H */
