summaryrefslogtreecommitdiff
path: root/i/serialplot/serialplot_sdl.h
diff options
context:
space:
mode:
Diffstat (limited to 'i/serialplot/serialplot_sdl.h')
-rw-r--r--i/serialplot/serialplot_sdl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/i/serialplot/serialplot_sdl.h b/i/serialplot/serialplot_sdl.h
index 2152c8a..b612ac3 100644
--- a/i/serialplot/serialplot_sdl.h
+++ b/i/serialplot/serialplot_sdl.h
@@ -10,7 +10,7 @@
void erreur (void);
void nextFrame (void);
-void draw (int melt, int n, int vals[]);
+void draw (int melt, int n, int vals[], double scale[], int position [] );
void putpixel(int x, int y, Uint32 pixel);
void clearcol (int x);
void draw_inf(int n, int vals[]);