home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / SourceCode / Tutorial / Cookbook / 13.pie_slice / slice.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-01-19  |  404 b   |  15 lines

  1. /* slice.h generated from slice.psw
  2.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  3.  */
  4.  
  5. #ifndef SLICE_H
  6. #define SLICE_H
  7.  
  8. extern void doLine(float ox, float oy, float dx, float dy);
  9.  
  10. extern void doArc(float ox, float oy, float r, float ang1, float ang2);
  11.  
  12. extern void drawSlice(float grayshade, float radius, float startangle, float endangle, float labelps, const char *thelabel);
  13.  
  14. #endif SLICE_H
  15.