From 09a6684f41c82b352a81ed114d774c4eecd5e0f4 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sat, 28 Jan 2017 15:22:07 +1300 Subject: Style adjustment --- plot.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plot.h') diff --git a/plot.h b/plot.h index e73c481..edde581 100644 --- a/plot.h +++ b/plot.h @@ -1,8 +1,8 @@ void plot_rect(unsigned int x, unsigned int y, unsigned int width, unsigned int height, struct colour *c); void plot_cell(unsigned int x, unsigned int y, struct colour *c); -void plot_clear(); -int plot_init(); -void plot_update(); +void plot_clear(void); +int plot_init(void); +void plot_update(void); #define CELL_SIZE 25 #define BORDER_THICKNESS 2 -- cgit v1.1