summaryrefslogtreecommitdiff
path: root/atari/plot.h
diff options
context:
space:
mode:
Diffstat (limited to 'atari/plot.h')
-rwxr-xr-xatari/plot.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/atari/plot.h b/atari/plot.h
index 02d9f37a9..7348c71c7 100755
--- a/atari/plot.h
+++ b/atari/plot.h
@@ -31,6 +31,7 @@ int atari_plotter_finalise( void );
void plot_set_knockout( int set );
bool plot_get_clip(struct rect * out);
bool plot_clip(const struct rect *clip);
-bool plot_rectangle( int x0, int y0, int x1, int y1,const plot_style_t *style );
+bool plot_rectangle( int x0, int y0, int x1, int y1,const plot_style_t *style );
+bool plot_line( int x0, int y0, int x1, int y1, const plot_style_t *style );
#endif