X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fezplot.h;h=11ac4e578142e40c8e3ea3f228ad8cf6ff4b1ffa;hp=40e05f47e7abb4c3df34763cfe1eed69e0527335;hb=44ba9ce559d2d52cbd7bbea6bcd76242840fd3eb;hpb=595e63c804284d460ce4d032c3848b75bc57186d diff --git a/include/ezplot.h b/include/ezplot.h index 40e05f4..11ac4e5 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.7 2000/06/19 19:04:05 kevin Exp $ +** $Id: ezplot.h,v 1.8 2000/06/20 17:54:51 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 @@ -314,6 +314,7 @@ extern bool ezplot_firstcall; /* set to false on first call to EZSET or EZPLOT /* ezplot.cpp */ +SGP_ID ezplot(float x[], double y[], int num); SGP_ID ezplot(double x[], double y[], int num); void ezinit(void); void ezfree(void);