home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 2 / goldfish_vol2_cd1.bin / files / misc / sci / splines / proto / spline_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-09-16  |  184 b   |  13 lines

  1. /* Prototypes for functions defined in
  2. spline.c
  3.  */
  4.  
  5. extern DLIST_ELEMENT Control_Points;
  6.  
  7. int main(void);
  8.  
  9. void ProcessMessage(INTUIMESSAGE * msg);
  10.  
  11. void Create_ControlPoints(void);
  12.  
  13.