home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / SourceCode / Cookbook / 07.PSWrap / sym / circle.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-06-24  |  207 b   |  11 lines

  1. /* ./sym/circle.h generated from circle.psw
  2.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  3.  */
  4.  
  5. #ifndef CIRCLE_H
  6. #define CIRCLE_H
  7.  
  8. extern void drawCircle(float radius, float shade);
  9.  
  10. #endif CIRCLE_H
  11.