blob: 0aa397f42ce3940454faf2064c027c1325f4b2ad (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef CURVES_H
#define CURVES_H
void Curves PROTO((void));
void CurvesInit PROTO((void));
floatish xpage PROTO((floatish));
floatish ypage PROTO((floatish));
#endif /* CURVES_H */
|