X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=include%2Fezplot.h;h=30fe4e56b501f32325cf0d69ba912576ebbeb469;hb=e4c1f7f8eb87558c3abf3bf1d20732361f425351;hp=4beb8ff58c2f6c19a45ebf86f8275eae06424ce0;hpb=2c61ff85796550481227f2fbec53506a6b5bd365;p=ctsim.git diff --git a/include/ezplot.h b/include/ezplot.h index 4beb8ff..30fe4e5 100644 --- a/include/ezplot.h +++ b/include/ezplot.h @@ -2,7 +2,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: ezplot.h,v 1.6 2000/06/18 10:27:11 kevin Exp $ +** $Id: ezplot.h,v 1.9 2000/07/15 08:36:13 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -29,12 +29,10 @@ #include #include -#include "kstddef.h" #include -#include "sgp.h" #include -#include "kmath.h" -#include "cio.h" +#include "ctsupport.h" +#include "sgp.h" #define MAXLABEL 40 /* maximum length of axis label */ #define MAXTITLE 40 /* maximum length of a title */ @@ -316,7 +314,8 @@ extern bool ezplot_firstcall; /* set to false on first call to EZSET or EZPLOT /* ezplot.cpp */ -SGP_ID ezplot(double x[], double y[], int num); +SGP_ID ezplot (const float x[], const double y[], int num); +SGP_ID ezplot (const double x[], const double y[], int num); void ezinit(void); void ezfree(void); void ezclear(void);